From b21fe017d1b80b3db5ac92568e28f670efad2509 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Fri, 5 Aug 2016 19:09:42 +0200 Subject: libauthsrv: ANAMELEN -> PASSWDLEN --- sys/include/authsrv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/include/authsrv.h') diff --git a/sys/include/authsrv.h b/sys/include/authsrv.h index 5df6f0973..4fabc3814 100644 --- a/sys/include/authsrv.h +++ b/sys/include/authsrv.h @@ -108,7 +108,7 @@ struct Passwordreq char changesecret; char secret[SECRETLEN]; /* new secret */ }; -#define MAXPASSREQLEN (12+2*ANAMELEN+1+SECRETLEN+16) +#define MAXPASSREQLEN (12+2*PASSWDLEN+1+SECRETLEN+16) struct OChapreply { -- cgit v1.2.3