From 61fd35244d1d09d1c9d3beecb2e180cf44b8413f Mon Sep 17 00:00:00 2001 From: wangyu- Date: Wed, 29 Aug 2018 16:10:39 -0500 Subject: [PATCH] added fixthis --- client.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/client.cpp b/client.cpp index 1906a80..c92bf63 100644 --- a/client.cpp +++ b/client.cpp @@ -832,7 +832,7 @@ int client_event_loop() } */ - /* +#ifdef fixthis if(strcmp(dev,"")==0) { mylog(log_info,"--dev have not been set, trying to detect automatically, avaliable deives:\n"); @@ -905,7 +905,8 @@ int client_event_loop() else { mylog(log_info,"--dev has been manually set, using device:[%s]\n",dev); - }*/ + } +#endif send_info.src_port=0;