diff options
-rw-r--r-- | accel-pptpd/auth/auth_mschap_v2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pptpd/auth/auth_mschap_v2.c b/accel-pptpd/auth/auth_mschap_v2.c index 014c6963..e07c4f7e 100644 --- a/accel-pptpd/auth/auth_mschap_v2.c +++ b/accel-pptpd/auth/auth_mschap_v2.c @@ -344,7 +344,7 @@ static void chap_recv_response(struct chap_auth_data_t *ad, struct chap_hdr_t *h { struct chap_response_t *msg = (struct chap_response_t*)hdr; char *name; - char authenticator[40]; + char authenticator[41]; int r; if (ad->timeout.tpd) |