perl-5.22
|
Last change
on this file since 34a7c56 was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 9 years ago
|
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
|
File size:
340 bytes
|
| Rev | Line | |
|---|
| [c5c522c] | 1 | --- netkit-ftp-0.17/ftp/ftp.c.acct Sun Jan 21 00:08:29 2001 |
|---|
| 2 | +++ netkit-ftp-0.17/ftp/ftp.c Sun Jan 21 00:09:04 2001 |
|---|
| 3 | @@ -254,7 +254,8 @@ |
|---|
| 4 | if (n == CONTINUE) { |
|---|
| 5 | aflag++; |
|---|
| 6 | /* fflush(stdout); */ |
|---|
| 7 | - zacct = getpass("Account:"); |
|---|
| 8 | + if(zacct==NULL) |
|---|
| 9 | + zacct = getpass("Account:"); |
|---|
| 10 | n = command("ACCT %s", zacct); |
|---|
| 11 | } |
|---|
| 12 | if (n != COMPLETE) { |
|---|
Note: See
TracBrowser
for help on using the repository browser.