mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 10:35:40 +08:00
remove unneeded check
This commit is contained in:
parent
0b0de0d2ee
commit
fd588949c9
@ -44,7 +44,7 @@ int splicemap(struct clientparam * param, int timeo){
|
||||
|
||||
|
||||
|
||||
if(param->srv->usesplice > 1 && !param->waitserver64 && !param->waitclient64){
|
||||
if(!param->waitserver64 && !param->waitclient64){
|
||||
if(param->clioffset == param->cliinbuf){
|
||||
param->clioffset = param->cliinbuf = 0;
|
||||
if(param->clibuf){
|
||||
|
Loading…
Reference in New Issue
Block a user