]> andersk Git - openssh.git/blobdiff - radix.c
- deraadt@cvs.openbsd.org 2002/06/19 00:27:55
[openssh.git] / radix.c
diff --git a/radix.c b/radix.c
index 019d7a3f99628956b4ede1ae4178ed5b1e10ffd7..580e7e07fa6a72da3829731a2aca5040b7912ea7 100644 (file)
--- a/radix.c
+++ b/radix.c
@@ -26,7 +26,7 @@
 #include "includes.h"
 #include "uuencode.h"
 
-RCSID("$OpenBSD: radix.c,v 1.20 2002/04/23 12:58:26 markus Exp $");
+RCSID("$OpenBSD: radix.c,v 1.21 2002/06/19 00:27:55 deraadt Exp $");
 
 #ifdef AFS
 #include <krb.h>
@@ -148,7 +148,7 @@ radix_to_creds(const char *buf, CREDENTIALS *creds)
                goto done;
        memcpy(&creds->ticket_st.dat, p, len);
        creds->ticket_st.length = len;
-       
+
        ret = 1;
 done:
        buffer_free(&b);
This page took 0.346432 seconds and 4 git commands to generate.