diff options
author | dtucker <dtucker> | 2004-08-12 12:16:55 +0000 |
---|---|---|
committer | dtucker <dtucker> | 2004-08-12 12:16:55 +0000 |
commit | a779110ffcf21e981fe11f54cfea91ea7928a1d3 (patch) | |
tree | 774d70282d0e53e9eebf78dc8c2ec22031429af7 /sshd.c | |
parent | 2002e6798230ba844be83e2f9c6556d518bdfe5a (diff) | |
download | openssh-a779110ffcf21e981fe11f54cfea91ea7928a1d3.tar.gz |
- (dtucker) [sshd.c] Remove duplicate variable imported during sync.
Diffstat (limited to 'sshd.c')
-rw-r--r-- | sshd.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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; |