aboutsummaryrefslogtreecommitdiffstats
path: root/nanoftp.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-08-23 15:31:19 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-08-23 15:31:19 +0000
commit9f7b84bb07ab4f748ba981a38c7566cd48af60fa (patch)
tree52123a3279eac76660a475f783cb10dabcdfb0b6 /nanoftp.c
parentbc2ddbe7c3cc496c843667b157a68d4fee4def90 (diff)
downloadandroid_external_libxml2-9f7b84bb07ab4f748ba981a38c7566cd48af60fa.tar.gz
android_external_libxml2-9f7b84bb07ab4f748ba981a38c7566cd48af60fa.tar.bz2
android_external_libxml2-9f7b84bb07ab4f748ba981a38c7566cd48af60fa.zip
preparing for a 2.4.3 release even if it may not be ready yet redirected
* Makefile.am configure.in include/libxml/xmlwin32version.h: preparing for a 2.4.3 release even if it may not be ready yet * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected all file parsing lookup to go through the entity resolver, add to add an API to bypass it (needed to load catalogs themselves), some cleanup on the catalog code too. * nanoftp.c: small cleanup * doc/catalog.html: small update Daniel
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,