mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-02-07 23:59:36 +08:00
update
This commit is contained in:
parent
4530606246
commit
f7f6c6bbe6
2
misc.cpp
2
misc.cpp
@ -577,7 +577,7 @@ void process_arg(int argc, char *argv[]) //process all options
|
|||||||
}
|
}
|
||||||
for(i=0;i<cipher_end;i++)
|
for(i=0;i<cipher_end;i++)
|
||||||
{
|
{
|
||||||
if(strcmp(optarg,cipher_mode_tostring[i])==0)
|
if(strcmp(s.c_str(),cipher_mode_tostring[i])==0)
|
||||||
{
|
{
|
||||||
cipher_mode=(cipher_mode_t)i;
|
cipher_mode=(cipher_mode_t)i;
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user