client and ipaddr should be char [] so that we can store the names there.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@915 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-10-29 11:33:03 +00:00
parent 5e5b36eeda
commit 50879f729a

View File

@@ -197,9 +197,9 @@ typedef struct { /* POP parameter block */
daemon program */
char myhost[MaxHostNameLen]; /* The name of our host
computer */
const char * client; /* Canonical name of client
char client[MaxHostNameLen]; /* Canonical name of client
computer */
char * ipaddr; /* Dotted-notation format of
char ipaddr[MaxHostNameLen]; /* Dotted-notation format of
client IP address */
unsigned short ipport; /* Client port for privileged
operations */