]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix for windows compile.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 6 Mar 2018 09:18:53 +0000 (09:18 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 6 Mar 2018 09:18:53 +0000 (09:18 +0000)
git-svn-id: file:///svn/unbound/trunk@4563 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
services/outside_network.c

index 774e5635108941ac5259b9329aab8ef81eb2973e..4347c6deecc81464ba704dd2d140bcbaa0c5951f 100644 (file)
@@ -3,6 +3,7 @@
          although it could be changed at a later time, to stay similar to
          other implementations.
        - svn trunk contains 1.7.0, this is the number for the next release.
+       - Fix for windows compile.
 
 5 March 2018: Wouter
        - Fix to check define of DSA for when openssl is without deprecated.
index cbc0a5adb349837e055cede104fa3d3bbb8a4ebe..92212be02f0d7ac23d5306005bd93dcac8e1e044 100644 (file)
@@ -2313,7 +2313,7 @@ outnet_comm_point_for_http(struct outside_network* outnet,
                        return NULL;
                }
 #ifdef USE_WINSOCK
-               comm_point_tcp_win_bio_cb(c, c->ssl);
+               comm_point_tcp_win_bio_cb(cp, cp->ssl);
 #endif
                cp->ssl_shake_state = comm_ssl_shake_write;
                /* https verification */