aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libglouglou/examples/dnsreverse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libglouglou/examples/dnsreverse.c b/libglouglou/examples/dnsreverse.c
index 3b6e5fd..33b0f75 100644
--- a/libglouglou/examples/dnsreverse.c
+++ b/libglouglou/examples/dnsreverse.c
@@ -24,7 +24,6 @@ main(int argc, char *argv[])
exit(1);
}
inet_aton(argv[1], &ip);
- ip.s_addr = ntohl(ip.s_addr);
bzero(&tv, sizeof(struct timeval));
tv.tv_sec = 5;