From ec68257329262971a025c49942570f5e33babfba Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 16 Jan 2010 04:33:53 +0000 Subject: listening on multiple sockets now --- src/uanytun.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/uanytun.c') diff --git a/src/uanytun.c b/src/uanytun.c index 81d3724..0d1a137 100644 --- a/src/uanytun.c +++ b/src/uanytun.c @@ -379,12 +379,6 @@ int main(int argc, char* argv[]) log_close(); exit(ret); } - char* local_string = udp_get_local_end_string(&sock); - if(local_string) { - log_printf(NOTICE, "listening on: %s", local_string); - free(local_string); - } - if(opt.remote_addr_) { if(!udp_set_remote(&sock, opt.remote_addr_, opt.remote_port_, opt.resolv_addr_type_)) { -- cgit v1.2.3