Commit f8d7df859148905195054ed1255f46970039a34f

Azat Khuzhin 2013-05-11T03:53:11

Fix SEGFAULT after evdns_base_resume if no nameservers installed. If there is no nameservers installed, using evdns_base_nameserver_ip_add(), than evdns_base_resume() will SEGFAULT, because of NULL dereference in evdns_requests_pump_waiting_queue() Conflicts: evdns.c