source: npl/system/netkit-ftp/patches/06-netkit-ftp-0.17-runique_mget.patch @ 66e7a2c

perl-5.22
Last change on this file since 66e7a2c 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: 409 bytes
  • netkit-ftp-0.17/ftp/ftp.c

    old new  
    923923                                return;
    924924                        }
    925925                }
    926                 else if (runique && (local = gunique(local)) == NULL) {
     926                else if (runique && (strcmp(cmd, "NLST") != 0) &&
     927                         (local = gunique(local)) == NULL)
     928                {
    927929                        (void) signal(SIGINT, oldintr);
    928930                        code = -1;
    929931                        return;
Note: See TracBrowser for help on using the repository browser.