source: npl/system/netkit-ftp/patches/10-netkit-ftp-0.17-C-Frame121.patch @ 551a8d2

Last change on this file since 551a8d2 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 754 bytes
  • netkit-ftp-0.17/ftp/ftp.c

    old new  
    12531253                switch (data_addr.su_family) {
    12541254                case AF_INET:
    12551255#if 0
    1256                         if (try_epsv) {
    1257                                 result = command(pasvcmd = "EPSV 1");
    1258                                 if (code / 10 == 22 && code != 229) {
    1259                                         fprintf(stderr,
    1260                                   "wrong server: return code must be 229\n");
    1261                                         result = COMPLETE + 1;
    1262                                 }
    1263                         } else {
     1256/*@*/                   if (try_epsv) {
     1257/*@*/                           result = command(pasvcmd = "EPSV 1");
     1258/*@*/                           if (code / 10 == 22 && code != 229) {
     1259/*@*/                                   fprintf(stderr,
     1260/*@*/                             "wrong server: return code must be 229\n");
     1261/*@*/                                   result = COMPLETE + 1;
     1262/*@*/                           }
     1263/*@*/                   } else {
    12641264#endif
    12651265                        result = COMPLETE + 1;
    12661266
Note: See TracBrowser for help on using the repository browser.