- (dtucker) [sshd.c] Remove duplicate variable imported during sync.

This commit is contained in:
Darren Tucker 2004-08-12 22:16:55 +10:00
Родитель 0670c7396f
Коммит 8ae66a5032
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -1,3 +1,6 @@
20040812
- (dtucker) [sshd.c] Remove duplicate variable imported during sync.
20040720
- (djm) OpenBSD CVS Sync
- markus@cvs.openbsd.org 2004/07/21 08:56:12
@ -1564,4 +1567,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.3488 2004/07/21 11:53:34 djm Exp $
$Id: ChangeLog,v 1.3489 2004/08/12 12:16:55 dtucker Exp $

3
sshd.c
Просмотреть файл

@ -210,9 +210,6 @@ int startup_pipe; /* in child */
int use_privsep;
struct monitor *pmonitor = NULL;
/* message to be displayed after login */
Buffer loginmsg;
/* global authentication context */
Authctxt *the_authctxt = NULL;