We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4beea81 commit c0e0e4cCopy full SHA for c0e0e4c
src/modules/rlm_mschap/auth_wbclient.c
@@ -86,7 +86,7 @@ int do_auth_wbclient(rlm_mschap_t *inst, REQUEST *request,
86
uint8_t nthashhash[NT_DIGEST_LENGTH])
87
{
88
int rcode = -1;
89
- struct wbcContext *wb_ctx = NULL, *wb_ctx_p;
+ struct wbcContext *wb_ctx = NULL, **wb_ctx_p;
90
struct wbcAuthUserParams authparams;
91
wbcErr err;
92
int len;
0 commit comments