summaryrefslogtreecommitdiff
path: root/session.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-07-17 17:22:45 +1000
committerDamien Miller <djm@mindrot.org>2005-07-17 17:22:45 +1000
commit0dc1bef12d30162ba09bfcc0b1cd6a5535ebdaab (patch)
treed891954deae6fe6f8574d2a7bbfe6b754a2e70dc /session.c
parent2b9b045d930b8d724f768fafdd9a46fa453b9a3e (diff)
- djm@cvs.openbsd.org 2005/07/17 07:17:55
[auth-rh-rsa.c auth-rhosts.c auth2-chall.c auth2-gss.c channels.c] [cipher-ctr.c gss-genr.c gss-serv.c kex.c moduli.c readconf.c] [serverloop.c session.c sftp-client.c sftp.c ssh-add.c ssh-keygen.c] [sshconnect.c sshconnect2.c] knf says that a 2nd level indent is four (not three or five) spaces
Diffstat (limited to 'session.c')
-rw-r--r--session.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/session.c b/session.c
index 81d7d53e8..171c239e2 100644
--- a/session.c
+++ b/session.c
@@ -33,7 +33,7 @@
33 */ 33 */
34 34
35#include "includes.h" 35#include "includes.h"
36RCSID("$OpenBSD: session.c,v 1.184 2005/07/17 06:49:04 djm Exp $"); 36RCSID("$OpenBSD: session.c,v 1.185 2005/07/17 07:17:55 djm Exp $");
37 37
38#include "ssh.h" 38#include "ssh.h"
39#include "ssh1.h" 39#include "ssh1.h"
@@ -1530,7 +1530,7 @@ do_child(Session *s, const char *command)
1530 */ 1530 */
1531 1531
1532 if (options.kerberos_get_afs_token && k_hasafs() && 1532 if (options.kerberos_get_afs_token && k_hasafs() &&
1533 (s->authctxt->krb5_ctx != NULL)) { 1533 (s->authctxt->krb5_ctx != NULL)) {
1534 char cell[64]; 1534 char cell[64];
1535 1535
1536 debug("Getting AFS token"); 1536 debug("Getting AFS token");