]> andersk Git - gssapi-openssh.git/blobdiff - openssh/radix.c
o Merge changes from OPENSSH_3_5P1_GSI_20021018.
[gssapi-openssh.git] / openssh / radix.c
index 580e7e07fa6a72da3829731a2aca5040b7912ea7..c680d6bf3f63dc24c853c389346d1561d2ad7d5f 100644 (file)
@@ -26,7 +26,7 @@
 #include "includes.h"
 #include "uuencode.h"
 
-RCSID("$OpenBSD: radix.c,v 1.21 2002/06/19 00:27:55 deraadt Exp $");
+RCSID("$OpenBSD: radix.c,v 1.22 2002/09/09 14:54:15 markus Exp $");
 
 #ifdef AFS
 #include <krb.h>
@@ -93,9 +93,10 @@ int
 radix_to_creds(const char *buf, CREDENTIALS *creds)
 {
        Buffer b;
-       char c, version, *space, *p;
-       u_int endTime;
-       int len, blen, ret;
+       u_char *space;
+       char c, version, *p;
+       u_int endTime, len;
+       int blen, ret;
 
        ret = 0;
        blen = strlen(buf);
This page took 0.033173 seconds and 4 git commands to generate.