mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-02-07 23:59:36 +08:00
added fixthis
This commit is contained in:
parent
314e982570
commit
61fd35244d
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user