summaryrefslogtreecommitdiff
path: root/src/uanytun.c
diff options
context:
space:
mode:
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_)) {