Build fix for --enable-check-lisp-object-type

* process.c (check_for_dns): Type fix reported by YAMAMOTO
Mitsuharu.
This commit is contained in:
Lars Ingebrigtsen 2016-02-02 03:17:53 +01:00
parent 3955d6c692
commit eb597d4095

View file

@ -4598,7 +4598,7 @@ check_for_dns (Lisp_Object proc)
/* Sanity check. */
if (! p->dns_requests)
return 1;
return Qnil;
ret = gai_error (p->dns_requests[0]);
if (ret == EAI_INPROGRESS)