Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 29 Apr 1999 12:41:52 +0000 (12:41 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 29 Apr 1999 12:41:52 +0000 (12:41 +0000)
1999-04-29  Ulrich Drepper  <drepper@cygnus.com>

* inet/getnameinfo.c (nrl_domainname): Fix last patch.

ChangeLog
inet/getnameinfo.c

index 7305b28..18fc81f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-04-29  Ulrich Drepper  <drepper@cygnus.com>
+
+       * inet/getnameinfo.c (nrl_domainname): Fix last patch.
+
 1999-04-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
 
        * nss/digits_dots.c: Use inet_aton to parse IPv4 numbers.
index b69bdbe..28713e1 100644 (file)
@@ -69,12 +69,12 @@ nrl_domainname (void)
   static char *domain;
   static int not_first;
 
-  if (not_first)
+  if (not_first)
     {
       __libc_lock_define_initialized (static, lock);
       __libc_lock_lock (lock);
 
-      if (not_first)
+      if (not_first)
        {
          char *c;
          struct hostent *h, th;