emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lib-src/pop.c,v


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/lib-src/pop.c,v
Date: Tue, 27 Nov 2007 07:38:14 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jan Djärv <jhd>        07/11/27 07:38:14

Index: pop.c
===================================================================
RCS file: /cvsroot/emacs/emacs/lib-src/pop.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -b -r1.43 -r1.44
--- pop.c       19 Nov 2007 11:09:11 -0000      1.43
+++ pop.c       27 Nov 2007 07:38:13 -0000      1.44
@@ -1107,7 +1107,7 @@
 #ifdef HAVE_GETADDRINFO
   memset (&hints, 0, sizeof(hints));
   hints.ai_socktype = SOCK_STREAM;
-  hints.ai_flags = AI_ADDRCONFIG | AI_CANONNAME;
+  hints.ai_flags = AI_CANONNAME;
   hints.ai_family = AF_INET;
   do
     {




reply via email to

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