]> git.eshelyaron.com Git - emacs.git/commit
Catch IPv4/IPv6 issues at compile time
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 17 May 2017 17:27:31 +0000 (10:27 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 17 May 2017 17:59:02 +0000 (10:59 -0700)
commit937ff1a0af1813875f851987ca5c4ac833ca3c97
treedfbd505308ef5aff4da0bd4a75c9cfdce5889023
parent2b93b754c108f620428eaf9b193eeb321f3010db
Catch IPv4/IPv6 issues at compile time

* src/process.c (connect_network_socket): Use verify,
not eassert, so that any problems are caught at compile-time.
Avoid dodgy cast by using a local var of the correct type.
src/process.c