source: npl/system/netkit-ftp/patches/19-netkit-ftp-0.17-fdleak.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: 406 bytes
  • netkit-ftp-0.17/ftp/cmds.c

    diff -up netkit-ftp-0.17/ftp/cmds.c.old netkit-ftp-0.17/ftp/cmds.c
    old new usage: 
    764764
    765765        recvrequest("RETR", argv[2], argv[1], modestr,
    766766                    argv[1] != oldargv1 || argv[2] != oldargv2);
     767        (void) close(data), data = -1;
    767768        restart_point = 0;
    768769        return (0);
    769770}
Note: See TracBrowser for help on using the repository browser.