From 60231f0600461a9593a8f876518874866df3387a Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 16 Feb 2019 12:40:41 -0800 Subject: fixes #879 Desire NNG_OPT_TCP_BOUND_PORT We also have made some support changes, including new APIs for printing URLs, and some improvements to the NNG_OPT_URL to make use of this new property. --- src/platform/windows/win_tcpconn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/platform/windows/win_tcpconn.c') diff --git a/src/platform/windows/win_tcpconn.c b/src/platform/windows/win_tcpconn.c index c77bbc72..429c5a5d 100644 --- a/src/platform/windows/win_tcpconn.c +++ b/src/platform/windows/win_tcpconn.c @@ -425,7 +425,7 @@ tcp_free(void *arg) } int -nni_win_tcp_conn_init(nni_tcp_conn **connp, SOCKET s) +nni_win_tcp_init(nni_tcp_conn **connp, SOCKET s) { nni_tcp_conn *c; int rv; -- cgit v1.2.3-70-g09d2