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:
Spoike 2007-09-08 20:29:36 +00:00
parent 8935096360
commit 6799f34d61
1 changed files with 2 additions and 0 deletions

View File

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