Fix problem quitting terminal window while Change Settings active
[u/mdw/putty] / proxy.h
diff --git a/proxy.h b/proxy.h
index d4dec6a..8f49e60 100644 (file)
--- a/proxy.h
+++ b/proxy.h
@@ -77,7 +77,7 @@ struct Socket_proxy_tag {
     int sent_bufsize;
 
     /* accepting */
-    void *accepting_sock;
+    OSSocket accepting_sock;
 
     /* configuration, used to look up proxy settings */
     Config cfg;