summaryrefslogtreecommitdiff
path: root/src/uanytun.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2010-01-16 04:33:53 +0000
committerChristian Pointner <equinox@anytun.org>2010-01-16 04:33:53 +0000
commitec68257329262971a025c49942570f5e33babfba (patch)
tree7f0466f789e6718f4d7fd6a7fa56c3f23048a433 /src/uanytun.c
parentchanged name of udp structure (diff)
listening on multiple sockets now
Diffstat (limited to 'src/uanytun.c')
-rw-r--r--src/uanytun.c6
1 files changed, 0 insertions, 6 deletions
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_)) {