Some const-ness to get rid of a warning.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@654 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -191,7 +191,7 @@ typedef struct { /* POP parameter block */
|
|||||||
daemon program */
|
daemon program */
|
||||||
char myhost[MaxHostNameLen]; /* The name of our host
|
char myhost[MaxHostNameLen]; /* The name of our host
|
||||||
computer */
|
computer */
|
||||||
char * client; /* Canonical name of client
|
const char * client; /* Canonical name of client
|
||||||
computer */
|
computer */
|
||||||
char * ipaddr; /* Dotted-notation format of
|
char * ipaddr; /* Dotted-notation format of
|
||||||
client IP address */
|
client IP address */
|
||||||
|
Reference in New Issue
Block a user