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:
Assar Westerlund
1996-08-18 23:19:23 +00:00
parent d939e8edb3
commit b96daf7f86

View File

@@ -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 */