X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fmingw%2Fdevice.c;h=2c82b3c9018256c91a514a5da085f6761dd133c4;hp=cbaa19e51d2296a3243ee1b1bebbb92ac467e52f;hb=6c05bf082b1ce9acfc0ebb5c6f32c2ece41c7f80;hpb=798fa2f04c52b0639713f74b1195847bec40c16a diff --git a/src/mingw/device.c b/src/mingw/device.c index cbaa19e5..2c82b3c9 100644 --- a/src/mingw/device.c +++ b/src/mingw/device.c @@ -95,17 +95,9 @@ bool setup_device(void) { bool found = false; - int sock, err; + int err; HANDLE thread; - struct addrinfo *ai; - struct addrinfo hint = { - .ai_family = AF_UNSPEC, - .ai_socktype = SOCK_STREAM, - .ai_protocol = IPPROTO_TCP, - .ai_flags = 0, - }; - get_config_string(lookup_config(config_tree, "Device"), &device); get_config_string(lookup_config(config_tree, "Interface"), &iface);