diff options
author | mouring <mouring> | 2002-12-23 02:06:19 +0000 |
---|---|---|
committer | mouring <mouring> | 2002-12-23 02:06:19 +0000 |
commit | d6a2acfd8dca926a134a79bae21e22f0360ca55c (patch) | |
tree | 9bb980470a1fb5577b8fb543b1b7814968ccd6fa /auth1.c | |
parent | d1791d27e550efb94a1d6a0e03e9ed2fbf10cc1a (diff) | |
download | openssh-d6a2acfd8dca926a134a79bae21e22f0360ca55c.tar.gz |
- deraadt@cvs.openbsd.org 2002/11/21 23:03:51
[auth-krb5.c auth1.c hostfile.h monitor_wrap.c sftp-client.c sftp-int.c ssh-add.c ssh-rsa.c
sshconnect.c]
KNF
Diffstat (limited to 'auth1.c')
-rw-r--r-- | auth1.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth1.c,v 1.44 2002/09/26 11:38:43 markus Exp $"); +RCSID("$OpenBSD: auth1.c,v 1.45 2002/11/21 23:03:51 deraadt Exp $"); #include "xmalloc.h" #include "rsa.h" @@ -150,7 +150,7 @@ do_authloop(Authctxt *authctxt) snprintf(info, sizeof(info), " tktuser %.100s", client_user); - + /* Send response to client */ packet_start( SSH_SMSG_AUTH_KERBEROS_RESPONSE); |