fencepost error with KRB_SENDAUTH_VLEN

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1733 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-05-18 20:38:08 +00:00
parent 8c7ac77dc7
commit bbb98977fa

View File

@@ -110,7 +110,7 @@ recv_conn (int sock, des_cblock *key, des_key_schedule schedule,
char user[ANAME_SZ + 1];
char instance[INST_SZ + 1];
int addrlen;
char version[KRB_SENDAUTH_VLEN];
char version[KRB_SENDAUTH_VLEN + 1];
struct passwd *passwd;
char remotehost[MaxHostNameLen];
void *ret;