correct size

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@936 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-11-04 21:51:17 +00:00
parent 910f31ee1f
commit cdcee45b33

View File

@@ -15,7 +15,7 @@ int
pop_pass (POP *p)
{
struct passwd *pw;
char lrealm[REALM_SZ];
char lrealm[REALM_SZ + 1];
int status;
int i;