Call WSAStartup() in main().
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 27 Aug 2013 19:19:50 +0000 (21:19 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 27 Aug 2013 19:19:50 +0000 (21:19 +0200)
The tinc utility defered calling WSAStartup() until it tried to connect to a
running tinc daemon. However, socket functions are now also used for other
things (like joining another VPN using an invitation). Now we just
unconditionally call WSAStartup() early in main().


No differences found