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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user