summaryrefslogtreecommitdiff
path: root/session.c
diff options
context:
space:
mode:
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 f0dabe111..26ab6f6a0 100644
--- a/session.c
+++ b/session.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: session.c,v 1.310 2019/01/19 21:31:32 djm Exp $ */ 1/* $OpenBSD: session.c,v 1.311 2019/01/19 21:41:18 djm Exp $ */
2/* 2/*
3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
4 * All rights reserved 4 * All rights reserved
@@ -362,7 +362,7 @@ do_authenticated(struct ssh *ssh, Authctxt *authctxt)
362 else 362 else
363 channel_permit_all(ssh, FORWARD_REMOTE); 363 channel_permit_all(ssh, FORWARD_REMOTE);
364 } 364 }
365 auth_debug_send(); 365 auth_debug_send(ssh);
366 366
367 prepare_auth_info_file(authctxt->pw, authctxt->session_info); 367 prepare_auth_info_file(authctxt->pw, authctxt->session_info);
368 368