Ver código fonte

Change EPSV reply code to 229

z3APA3A 8 anos atrás
pai
commit
556681a829
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/ftppr.c

+ 1 - 1
src/ftppr.c

@@ -142,7 +142,7 @@ void * ftpprchild(struct clientparam* param) {
 					);
 			}
 			else {
-				sprintf((char *)buf, "227 OK (|||%u|)\r\n", 
+				sprintf((char *)buf, "229 OK (|||%u|)\r\n", 
 					 (unsigned)ntohs(*SAPORT(&param->sincl))
 					);
 			}