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

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