From 25c41f4df7079b64ba53184e47edbc012ae96123 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Sun, 4 Dec 2005 11:46:58 +0000 Subject: - logging cleanup - pid re-replaced with thread_ids, since nptl does not distinguish pids between threads --- Source/charon/network/host.c | 1 - 1 file changed, 1 deletion(-) (limited to 'Source/charon/network/host.c') diff --git a/Source/charon/network/host.c b/Source/charon/network/host.c index 8208586ec..7313aedce 100644 --- a/Source/charon/network/host.c +++ b/Source/charon/network/host.c @@ -85,7 +85,6 @@ static bool is_default_route (private_host_t *this) { static u_int8_t default_route[4] = {0x00,0x00,0x00,0x00}; struct sockaddr_in *sin = (struct sockaddr_in*)&(this->address); - printf("host address: %ul\n", sin->sin_addr.s_addr); if (memcmp(default_route,&(sin->sin_addr.s_addr),4) == 0) { -- cgit v1.2.3