]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - proxy.c
bignum_set_bit: Don't abort if asked to clear an inaccessible bit
[PuTTY.git] / proxy.c
diff --git a/proxy.c b/proxy.c
index e2201c643f80579e4b5dd3aa52310442ed53f469..51754dc304a2e8e4f8db2c8dfd644c7940337301 100644 (file)
--- a/proxy.c
+++ b/proxy.c
@@ -388,7 +388,8 @@ Socket new_connection(SockAddr addr, char *hostname,
        sk_proxy_write_eof,
        sk_proxy_flush,
        sk_proxy_set_frozen,
-       sk_proxy_socket_error
+       sk_proxy_socket_error,
+        NULL, /* peer_info */
     };
 
     static const struct plug_function_table plug_fn_table = {