added fixthis

This commit is contained in:
wangyu- 2018-08-29 16:10:39 -05:00
parent 314e982570
commit 61fd35244d

View File

@ -832,7 +832,7 @@ int client_event_loop()
} }
*/ */
/* #ifdef fixthis
if(strcmp(dev,"")==0) if(strcmp(dev,"")==0)
{ {
mylog(log_info,"--dev have not been set, trying to detect automatically, avaliable deives:\n"); mylog(log_info,"--dev have not been set, trying to detect automatically, avaliable deives:\n");
@ -905,7 +905,8 @@ int client_event_loop()
else else
{ {
mylog(log_info,"--dev has been manually set, using device:[%s]\n",dev); mylog(log_info,"--dev has been manually set, using device:[%s]\n",dev);
}*/ }
#endif
send_info.src_port=0; send_info.src_port=0;