mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-26 13:50:53 +00:00
my mistake from a few commits back
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2643 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
8935096360
commit
6799f34d61
1 changed files with 2 additions and 0 deletions
|
@ -561,6 +561,7 @@ iwboolean FTP_ServerThinkForConnection(FTPclient_t *cl)
|
|||
}
|
||||
if (cl->dataislisten) //accept a connect.
|
||||
{
|
||||
int _true = true;
|
||||
int temp;
|
||||
struct sockaddr_in adr;
|
||||
int adrlen = sizeof(adr);
|
||||
|
@ -639,6 +640,7 @@ iwboolean FTP_ServerThinkForConnection(FTPclient_t *cl)
|
|||
{
|
||||
if (cl->dataislisten) //accept a connect.
|
||||
{
|
||||
int _true = true;
|
||||
int temp;
|
||||
struct sockaddr_in adr;
|
||||
int adrlen = sizeof(adr);
|
||||
|
|
Loading…
Reference in a new issue