]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 7305b282e6cc7606fdd095f3d97268898ea3d7a2..18fc81f24503bd2e139d720f690fb1a3566bd21b 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 b69bdbe57d7c1b0cef5036d4bde468d50c0da26d..28713e1f85d23c519166950a05f30f62cce0757e 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;