mirror of
https://github.com/3proxy/3proxy.git
synced 2025-04-16 17:22:09 +08:00
Typo corrected
This commit is contained in:
parent
531e0707cf
commit
97b97a5664
@ -71,7 +71,7 @@ int splicemap(struct clientparam * param, int timeo){
|
||||
needcontinue = 0;
|
||||
tosend = param->waitclient64;
|
||||
}
|
||||
if(socksend(param->srvsock, param->clibuf + param->clioffset, tosend, conf.timeouts[STRING_S]) != tosend){
|
||||
if(socksend(param->remsock, param->clibuf + param->clioffset, tosend, conf.timeouts[STRING_S]) != tosend){
|
||||
return 97;
|
||||
}
|
||||
if(param->waitclient64) param->waitclient64 -= tosend;
|
||||
|
Loading…
Reference in New Issue
Block a user