mirror of https://github.com/getdnsapi/getdns.git
Disable clearing ub_fd too (for windows)
This commit is contained in:
parent
2a6318afd2
commit
61c0a51ec5
|
@ -87,7 +87,7 @@ getdns_sync_loop_cleanup(getdns_sync_loop *loop)
|
|||
{
|
||||
getdns_eventloop *ext = &loop->loop.loop;
|
||||
|
||||
#ifdef HAVE_LIBUNBOUND
|
||||
#if defined(HAVE_LIBUNBOUND) && !defined(USE_WINSOCK)
|
||||
ext->vmt->clear(ext, &loop->ub_event);
|
||||
#endif
|
||||
ext->vmt->cleanup(ext);
|
||||
|
|
Loading…
Reference in New Issue