source: npl/system/netkit-ftp/patches/02-netkit-ftp-0.17-acct.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: 340 bytes
  • netkit-ftp-0.17/ftp/ftp.c

    old new  
    254254        if (n == CONTINUE) {
    255255                aflag++;
    256256                /* fflush(stdout); */
    257                 zacct = getpass("Account:");
     257                if(zacct==NULL)
     258                        zacct = getpass("Account:");
    258259                n = command("ACCT %s", zacct);
    259260        }
    260261        if (n != COMPLETE) {
Note: See TracBrowser for help on using the repository browser.