summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/ssh.c b/ssh.c
index bf0ac6bd8..351997aba 100644
--- a/ssh.c
+++ b/ssh.c
@@ -11,7 +11,7 @@
11 */ 11 */
12 12
13#include "includes.h" 13#include "includes.h"
14RCSID("$Id: ssh.c,v 1.18 2000/01/22 23:32:04 damien Exp $"); 14RCSID("$Id: ssh.c,v 1.19 2000/02/07 02:20:26 damien Exp $");
15 15
16#include "xmalloc.h" 16#include "xmalloc.h"
17#include "ssh.h" 17#include "ssh.h"
@@ -217,10 +217,6 @@ main(int ac, char **av)
217 /* Save our own name. */ 217 /* Save our own name. */
218 av0 = av[0]; 218 av0 = av[0];
219 219
220#ifdef SOCKS
221 SOCKSinit(av0);
222#endif /* SOCKS */
223
224 /* Initialize option structure to indicate that no values have been set. */ 220 /* Initialize option structure to indicate that no values have been set. */
225 initialize_options(&options); 221 initialize_options(&options);
226 222