Explorar o código

Typo corrected

Vladimir Dubrovin %!s(int64=7) %!d(string=hai) anos
pai
achega
97b97a5664
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/sockmap.c

+ 1 - 1
src/sockmap.c

@@ -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;