diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-07-09 01:21:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-07-09 01:21:16 +0000 |
commit | 16b391ec6e5d6e1fb72516317e3ea30c35243f33 (patch) | |
tree | 5a009d199a12b6e47fb77bbb7c36726663e3f957 /usr.bin/ssh | |
parent | 30be2827faf2d08fd083ca73e8d713f263474cf0 (diff) |
KNF
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/auth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/auth.h b/usr.bin/ssh/auth.h index 72126e0992d..61b1f2c5c72 100644 --- a/usr.bin/ssh/auth.h +++ b/usr.bin/ssh/auth.h @@ -7,7 +7,7 @@ void do_authentication2(void); struct passwd * auth_get_user(void); -int allowed_user(struct passwd * pw);; +int allowed_user(struct passwd * pw); #define AUTH_FAIL_MAX 6 #define AUTH_FAIL_LOG (AUTH_FAIL_MAX/2) |