source: npl/system/netkit-ftp/patches/23-netkit-ftp-0.17-case.patch @ 0105685

gcc484ntopperl-5.22
Last change on this file since 0105685 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: 416 bytes
RevLine 
[c5c522c]1diff -up netkit-ftp-0.17/ftp/cmds.c.case netkit-ftp-0.17/ftp/cmds.c
2--- netkit-ftp-0.17/ftp/cmds.c.case     2008-04-23 14:52:59.000000000 +0200
3+++ netkit-ftp-0.17/ftp/cmds.c  2008-04-23 14:58:07.000000000 +0200
4@@ -831,8 +831,11 @@ mget(int argc, char **argv)
5                                                tp++;
6                                                tp2++;
7                                        }
8+                                       tp = tmpbuf;
9+                               }
10+                               else {
11+                                       tp = cp;
12                                }
13-                               tp = tmpbuf;
14                        }
15                        if (ntflag) {
16                                tp = dotrans(tp);
Note: See TracBrowser for help on using the repository browser.