source:
npl/system/netkit-ftp/patches/02-netkit-ftp-0.17-acct.patch
@
0105685
Last change on this file since 0105685 was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 340 bytes |
-
netkit-ftp-0.17/ftp/ftp.c
old new 254 254 if (n == CONTINUE) { 255 255 aflag++; 256 256 /* fflush(stdout); */ 257 zacct = getpass("Account:"); 257 if(zacct==NULL) 258 zacct = getpass("Account:"); 258 259 n = command("ACCT %s", zacct); 259 260 } 260 261 if (n != COMPLETE) {
Note: See TracBrowser
for help on using the repository browser.