f1b04cf99c9e45c318f31e6c5ade595ee7e595a5 |
|
10-Oct-2014 |
Stephan Bosch <stephan@rename-it.nl> |
lib-dns: The dns_lookup() call caused a crash upon a connect error, because dns_client_disconnect() can indirectly call itself recursively.
Solved by dropping the list of lookups from the client object before the
lookups are destroyed. |