summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-08-12 22:16:55 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-08-12 22:16:55 +1000
commit8ae66a50327751f881156aaf0997d03791d5b08a (patch)
tree65e0ba14a6be55df2248abed2f9d726e57da5cd6
parent0670c7396fc2435a51064f7bf456822baaaf910e (diff)
- (dtucker) [sshd.c] Remove duplicate variable imported during sync.
-rw-r--r--ChangeLog5
-rw-r--r--sshd.c3
2 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b7097c4d..48ffaa566 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
120040812
2 - (dtucker) [sshd.c] Remove duplicate variable imported during sync.
3
120040720 420040720
2 - (djm) OpenBSD CVS Sync 5 - (djm) OpenBSD CVS Sync
3 - markus@cvs.openbsd.org 2004/07/21 08:56:12 6 - markus@cvs.openbsd.org 2004/07/21 08:56:12
@@ -1564,4 +1567,4 @@
1564 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 1567 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1565 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 1568 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1566 1569
1567$Id: ChangeLog,v 1.3488 2004/07/21 11:53:34 djm Exp $ 1570$Id: ChangeLog,v 1.3489 2004/08/12 12:16:55 dtucker Exp $
diff --git a/sshd.c b/sshd.c
index a9e7ccb31..8b797e07e 100644
--- a/sshd.c
+++ b/sshd.c
@@ -210,9 +210,6 @@ int startup_pipe; /* in child */
210int use_privsep; 210int use_privsep;
211struct monitor *pmonitor = NULL; 211struct monitor *pmonitor = NULL;
212 212
213/* message to be displayed after login */
214Buffer loginmsg;
215
216/* global authentication context */ 213/* global authentication context */
217Authctxt *the_authctxt = NULL; 214Authctxt *the_authctxt = NULL;
218 215