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

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