emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/sysdep.c,v
Date: Fri, 20 Apr 2007 21:36:47 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      07/04/20 21:36:46

Index: sysdep.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/sysdep.c,v
retrieving revision 1.278
retrieving revision 1.279
diff -u -b -r1.278 -r1.279
--- sysdep.c    21 Jan 2007 04:18:15 -0000      1.278
+++ sysdep.c    20 Apr 2007 21:36:46 -0000      1.279
@@ -2433,7 +2433,9 @@
                /* We still don't have a fully qualified domain name.
                   Try to find one in the list of alternate names */
                char **alias = hp->h_aliases;
-               while (*alias && !index (*alias, '.'))
+               while (*alias
+                      && (!index (*alias, '.')
+                          || !strcmp (*alias, "localhost.localdomain")))
                  alias++;
                if (*alias)
                  fqdn = *alias;




reply via email to

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