summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-02-07 13:20:26 +1100
committerDamien Miller <djm@mindrot.org>2000-02-07 13:20:26 +1100
commit36143d785143daabda83962a0f34404a9abf0964 (patch)
tree7c25bfde7fae4a60484dde3782938f9155e83955 /ssh.c
parent8b171bc4cd9367e9dc99e53ebabcb0d04f9ba7da (diff)
- Removed SOCKS code. Will support through a ProxyCommand.
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