mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 10:35:40 +08:00
put usesplice within #ifdef WITHSPLICE
This commit is contained in:
parent
1ab549036c
commit
34876b7616
@ -310,8 +310,10 @@ int MODULEMAINFUNC (int argc, char** argv){
|
||||
case 's':
|
||||
if(isudp)
|
||||
srv.singlepacket = 1 + atoi(argv[i]+2);
|
||||
#ifdef WITHSPLICE
|
||||
else
|
||||
srv.usesplice = 1 + atoi(argv[i]+2);
|
||||
#endif
|
||||
break;
|
||||
default:
|
||||
error = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user