]> Pileus Git - ~andy/fetchmail/commitdiff
Fix function signature to match prototype.
authorMatthias Andree <matthias.andree@gmx.de>
Fri, 17 Jun 2011 16:06:29 +0000 (18:06 +0200)
committerMatthias Andree <matthias.andree@gmx.de>
Fri, 17 Jun 2011 16:06:29 +0000 (18:06 +0200)
Found by Lars Hecking.

kerberos.c

index bc4b2bb3f20d91d92a1cf4cdb954eaca68da5dd7..141c9e3a390fee3776c0a50e64f1a6ceb3bb075f 100644 (file)
@@ -32,7 +32,7 @@ typedef       long    int32;
 #error Cannot deduce a 32-bit-type
 #endif
 
-int do_rfc1731(int sock, char *command, char *truename)
+int do_rfc1731(int sock, const char *command, const char *truename)
 /* authenticate as per RFC1731 -- note 32-bit integer requirement here */
 {
     int result = 0, len;