diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-08-12 22:16:55 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-08-12 22:16:55 +1000 |
commit | 8ae66a50327751f881156aaf0997d03791d5b08a (patch) | |
tree | 65e0ba14a6be55df2248abed2f9d726e57da5cd6 | |
parent | 0670c7396fc2435a51064f7bf456822baaaf910e (diff) |
- (dtucker) [sshd.c] Remove duplicate variable imported during sync.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sshd.c | 3 |
2 files changed, 4 insertions, 4 deletions
@@ -1,3 +1,6 @@ | |||
1 | 20040812 | ||
2 | - (dtucker) [sshd.c] Remove duplicate variable imported during sync. | ||
3 | |||
1 | 20040720 | 4 | 20040720 |
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 $ |
@@ -210,9 +210,6 @@ int startup_pipe; /* in child */ | |||
210 | int use_privsep; | 210 | int use_privsep; |
211 | struct monitor *pmonitor = NULL; | 211 | struct monitor *pmonitor = NULL; |
212 | 212 | ||
213 | /* message to be displayed after login */ | ||
214 | Buffer loginmsg; | ||
215 | |||
216 | /* global authentication context */ | 213 | /* global authentication context */ |
217 | Authctxt *the_authctxt = NULL; | 214 | Authctxt *the_authctxt = NULL; |
218 | 215 | ||