aboutsummaryrefslogtreecommitdiffstats
path: root/nanoftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'nanoftp.c')
-rw-r--r--nanoftp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nanoftp.c b/nanoftp.c
index bb6bae6b..c8ff2617 100644
--- a/nanoftp.c
+++ b/nanoftp.c
@@ -1220,7 +1220,6 @@ xmlNanoFTPGetConnection(void *ctx) {
struct sockaddr_in dataAddr;
SOCKLEN_T dataAddrLen;
-retry:
ctxt->dataFd = socket (AF_INET, SOCK_STREAM, IPPROTO_TCP);
if (ctxt->dataFd < 0) {
xmlGenericError(xmlGenericErrorContext,