mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 18:45:40 +08:00
typo corrected in last update
This commit is contained in:
parent
75c63d2de6
commit
e59ccd22b1
@ -289,7 +289,7 @@ int MODULEMAINFUNC (int argc, char** argv){
|
||||
break;
|
||||
case 'u':
|
||||
srv.needuser = 0;
|
||||
if(*(argv[i] + 2)) needuser = atoi(argv[i] + 2);
|
||||
if(*(argv[i] + 2)) srv.needuser = atoi(argv[i] + 2);
|
||||
break;
|
||||
case 'T':
|
||||
srv.transparent = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user