emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Asynchronous DNS


From: Lars Ingebrigtsen
Subject: Re: Asynchronous DNS
Date: Tue, 02 Feb 2016 03:18:13 +0100
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (gnu/linux)

YAMAMOTO Mitsuharu <address@hidden> writes:

> There is another type error in check_for_dns.
>
> static Lisp_Object
> check_for_dns (Lisp_Object proc)
> {
>   struct Lisp_Process *p = XPROCESS (proc);
>   Lisp_Object ip_addresses = Qnil;
>   int ret = 0;
>
>   /* Sanity check. */
>   if (! p->dns_requests)
>     return 1;
>            ^ HERE !
>
> Probably you can catch this kind of errors using
> --enable-check-lisp-object-type.

Yup; thanks.  Fixed and pushed.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

[Prev in Thread] Current Thread [Next in Thread]