]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - portfwd.c
Documentation existence of SOCKS5 CHAP authentication.
[PuTTY.git] / portfwd.c
index d9941718e5a7a2dc8f69cfdd089102d0c08c17ce..b95e5acd05aacec065489c6e35bb382f275d5cf1 100644 (file)
--- a/portfwd.c
+++ b/portfwd.c
@@ -390,7 +390,7 @@ const char *pfd_newconnect(Socket *s, char *hostname, int port,
     pr->dynamic = 0;
 
     pr->s = *s = new_connection(addr, dummy_realhost, port,
-                               0, 1, 0, (Plug) pr, cfg);
+                               0, 1, 0, 0, (Plug) pr, cfg);
     if ((err = sk_socket_error(*s)) != NULL) {
        sfree(pr);
        return err;