diff options
author | 2001-02-04 15:32:22 +0000 | |
---|---|---|
committer | 2001-02-04 15:32:22 +0000 | |
commit | c998415248f8dda5010c909b0625fd6fc663ad09 (patch) | |
tree | 28b51d2746b42e74aecd1cc255311ff92e566dc4 /usr.bin/ssh/auth.c | |
parent | make gcc on the alpha even happier (diff) | |
download | wireguard-openbsd-c998415248f8dda5010c909b0625fd6fc663ad09.tar.xz wireguard-openbsd-c998415248f8dda5010c909b0625fd6fc663ad09.zip |
unexpand and remove end-of-line whitespace; ok markus@
Diffstat (limited to 'usr.bin/ssh/auth.c')
-rw-r--r-- | usr.bin/ssh/auth.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/auth.c b/usr.bin/ssh/auth.c index 8455107aca6..e654b89db34 100644 --- a/usr.bin/ssh/auth.c +++ b/usr.bin/ssh/auth.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth.c,v 1.15 2001/02/03 10:08:37 markus Exp $"); +RCSID("$OpenBSD: auth.c,v 1.16 2001/02/04 15:32:22 stevesk Exp $"); #include "xmalloc.h" #include "match.h" @@ -115,9 +115,9 @@ allowed_user(struct passwd * pw) Authctxt * authctxt_new(void) { - Authctxt *authctxt = xmalloc(sizeof(*authctxt)); - memset(authctxt, 0, sizeof(*authctxt)); - return authctxt; + Authctxt *authctxt = xmalloc(sizeof(*authctxt)); + memset(authctxt, 0, sizeof(*authctxt)); + return authctxt; } struct passwd * |