...
This commit is contained in:
parent
c68844575c
commit
1ac47406c1
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ int cli_sendBuffer(Client* cli,void* pBuffer, unsigned int bufferlen)
|
|||
return iResult;
|
||||
}
|
||||
else
|
||||
return -1;
|
||||
return -2;
|
||||
}
|
||||
|
||||
int cli_ConnectTo(Client* cli,char * pAdresse,unsigned short Port,int webAdresse)
|
||||
|
|
Loading…
Add table
Reference in a new issue