summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/radix.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ssh/radix.c')
-rw-r--r--usr.bin/ssh/radix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/radix.c b/usr.bin/ssh/radix.c
index 019d7a3f996..580e7e07fa6 100644
--- a/usr.bin/ssh/radix.c
+++ b/usr.bin/ssh/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);