]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
smb_ctrl can be NULL
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 30 Aug 2019 04:54:54 +0000 (00:54 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 30 Aug 2019 04:54:54 +0000 (00:54 -0400)
src/modules/rlm_mschap/rlm_mschap.c

index 8d16f1501d0ccbec5cf4716a08cff41fdd4ecc13..a2081bc599f9d45cc653190568613d8b7e2ce1a9 100644 (file)
@@ -1699,7 +1699,7 @@ static rlm_rcode_t CC_HINT(nonnull) mschap_process_cpw_request(rlm_mschap_t cons
        return RLM_MODULE_OK;
 }
 
-static rlm_rcode_t CC_HINT(nonnull(1,2,3,4,5,7,8)) mschap_process_response(int *mschap_version,
+static rlm_rcode_t CC_HINT(nonnull(1,2,3,4,7,8)) mschap_process_response(int *mschap_version,
                                                                           uint8_t nthashhash[static NT_DIGEST_LENGTH],
                                                                           rlm_mschap_t const *inst,
                                                                           REQUEST *request,
@@ -1753,7 +1753,7 @@ static rlm_rcode_t CC_HINT(nonnull(1,2,3,4,5,7,8)) mschap_process_response(int *
        return mschap_error(inst, request, *response->vp_octets, mschap_result, *mschap_version, smb_ctrl);
 }
 
-static rlm_rcode_t CC_HINT(nonnull(1,2,3,4,5,7,8)) mschap_process_v2_response(int *mschap_version,
+static rlm_rcode_t CC_HINT(nonnull(1,2,3,4,7,8)) mschap_process_v2_response(int *mschap_version,
                                                                              uint8_t nthashhash[static NT_DIGEST_LENGTH],
                                                                              rlm_mschap_t const *inst,
                                                                              REQUEST *request,