From 285cd429f731082e1378c7e1362b083103c8a426 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Mon, 28 Apr 2014 02:46:50 +0200 Subject: Imported Upstream version 4.2.1 --- acls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'acls.h') diff --git a/acls.h b/acls.h index 907e953..42c7c18 100644 --- a/acls.h +++ b/acls.h @@ -78,7 +78,7 @@ struct plop typedef struct acluser { struct acluser *u_next; /* continue the main user list */ - char u_name[20+1]; /* login name how he showed up */ + char u_name[MAXLOGINLEN + 1]; /* login name how he showed up */ char *u_password; /* his password (may be NullStr). */ int u_checkpassword; /* nonzero if this u_password is valid */ int u_detachwin; /* the window where he last detached */ -- cgit v1.2.3