Skip to content

Commit c0e0e4c

Browse files
committed
fix variable declaration
1 parent 4beea81 commit c0e0e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/rlm_mschap/auth_wbclient.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ int do_auth_wbclient(rlm_mschap_t *inst, REQUEST *request,
8686
uint8_t nthashhash[NT_DIGEST_LENGTH])
8787
{
8888
int rcode = -1;
89-
struct wbcContext *wb_ctx = NULL, *wb_ctx_p;
89+
struct wbcContext *wb_ctx = NULL, **wb_ctx_p;
9090
struct wbcAuthUserParams authparams;
9191
wbcErr err;
9292
int len;

0 commit comments

Comments
 (0)