diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-19 00:27:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-19 00:27:56 +0000 |
commit | 6b0fdff1f7b87ede47d85e90a1d570a842cfcdec (patch) | |
tree | 69e83beb3e4c585a4f1543a3558c53037acb563a /usr.bin/ssh/radix.c | |
parent | 1b4f13da9f72873bc2f66c3b4e80c7c1b2813844 (diff) |
KNF done automatically while reading....
Diffstat (limited to 'usr.bin/ssh/radix.c')
-rw-r--r-- | usr.bin/ssh/radix.c | 4 |
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); |