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)
commitf0e11cd2c55a83662049646d2f6ffba3ac697989
tree8515c8535954269ffd451cc0bdd7e5b500d7dbca
parent82575bd44dc02bd1febd265c1db0f05b298329af
Call WSAStartup() in main().

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().
src/tincctl.c