diff options
author | dtucker <dtucker> | 2005-03-14 12:08:12 +0000 |
---|---|---|
committer | dtucker <dtucker> | 2005-03-14 12:08:12 +0000 |
commit | 08507217c4569818c712b66fb441475a1a7a4ab0 (patch) | |
tree | b8f1e3d0a7e7566dfbc048e892d5dfc15346cae8 /monitor.c | |
parent | 0e6ab7ea4c4d927fc0d84d980ea3c7e1dca5c601 (diff) | |
download | openssh-08507217c4569818c712b66fb441475a1a7a4ab0.tar.gz |
- deraadt@cvs.openbsd.org 2005/03/10 22:01:05
[misc.c ssh-keygen.c servconf.c clientloop.c auth-options.c ssh-add.c
monitor.c sftp-client.c bufaux.h hostfile.c ssh.c sshconnect.c channels.c
readconf.c bufaux.c sftp.c]
spacing
Diffstat (limited to 'monitor.c')
-rw-r--r-- | monitor.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: monitor.c,v 1.62 2005/01/30 11:18:08 dtucker Exp $"); +RCSID("$OpenBSD: monitor.c,v 1.63 2005/03/10 22:01:05 deraadt Exp $"); #include <openssl/dh.h> @@ -976,7 +976,7 @@ mm_answer_keyallowed(int sock, Buffer *m) debug3("%s: key_from_blob: %p", __func__, key); if (key != NULL && authctxt->valid) { - switch(type) { + switch (type) { case MM_USERKEY: allowed = options.pubkey_authentication && user_key_allowed(authctxt->pw, key); |