Removed debugging instruction.
This commit is contained in:
@@ -208,8 +208,6 @@ glibtop_internet_addr (host)
|
|||||||
IN_ADDR numeric_addr; /* host address */
|
IN_ADDR numeric_addr; /* host address */
|
||||||
|
|
||||||
numeric_addr = inet_addr (host);
|
numeric_addr = inet_addr (host);
|
||||||
fprintf (stderr, "TEST: %lx - %lx\n",
|
|
||||||
(IN_ADDR) numeric_addr, (IN_ADDR) 0xffffffff);
|
|
||||||
if (!NUMERIC_ADDR_ERROR)
|
if (!NUMERIC_ADDR_ERROR)
|
||||||
return numeric_addr;
|
return numeric_addr;
|
||||||
else if ((hp = gethostbyname (host)) != NULL)
|
else if ((hp = gethostbyname (host)) != NULL)
|
||||||
|
Reference in New Issue
Block a user