about summary refs log tree commit diff
path: root/inet
diff options
context:
space:
mode:
Diffstat (limited to 'inet')
-rw-r--r--inet/getnameinfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/inet/getnameinfo.c b/inet/getnameinfo.c
index b69bdbe57d..28713e1f85 100644
--- a/inet/getnameinfo.c
+++ b/inet/getnameinfo.c
@@ -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;