1999-04-29  Ulrich Drepper  <drepper@cygnus.com>

	* inet/getnameinfo.c (nrl_domainname): Fix last patch.
This commit is contained in:
Ulrich Drepper 1999-04-29 12:41:52 +00:00
parent 16b0f634a0
commit 3a07823a8b
2 changed files with 6 additions and 2 deletions

View File

@ -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.

View 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;