Blame SOURCES/netkit-ftp-0.17-C-Frame121.patch

4f574c
--- netkit-ftp-0.17/ftp/ftp.c.rasold	2005-10-26 16:56:09.000000000 +0200
4f574c
+++ netkit-ftp-0.17/ftp/ftp.c	2005-10-26 16:56:46.000000000 +0200
4f574c
@@ -1253,14 +1253,14 @@
4f574c
 		switch (data_addr.su_family) {
4f574c
 		case AF_INET:
4f574c
 #if 0
4f574c
-			if (try_epsv) {
4f574c
-				result = command(pasvcmd = "EPSV 1");
4f574c
-				if (code / 10 == 22 && code != 229) {
4f574c
-					fprintf(stderr,
4f574c
-				  "wrong server: return code must be 229\n");
4f574c
-					result = COMPLETE + 1;
4f574c
-				}
4f574c
-			} else {
4f574c
+/*@*/			if (try_epsv) {
4f574c
+/*@*/				result = command(pasvcmd = "EPSV 1");
4f574c
+/*@*/				if (code / 10 == 22 && code != 229) {
4f574c
+/*@*/					fprintf(stderr,
4f574c
+/*@*/				  "wrong server: return code must be 229\n");
4f574c
+/*@*/					result = COMPLETE + 1;
4f574c
+/*@*/				}
4f574c
+/*@*/			} else {
4f574c
 #endif
4f574c
 			result = COMPLETE + 1;
4f574c