source:
npl/system/netkit-ftp/patches/26-netkit-ftp-0.17-acct_ovl.patch
@
c5c522c
Last change on this file since c5c522c was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 467 bytes |
-
netkit-ftp-0.17/ftp/cmds.c
diff -up netkit-ftp-0.17/ftp/cmds.c.acct_ovl netkit-ftp-0.17/ftp/cmds.c
old new account(int argc, char *argv[]) 1837 1837 while (argc > 1) { 1838 1838 --argc; 1839 1839 ++argv; 1840 strncat(buf, *argv, sizeof(buf)-strlen(buf)); 1841 buf[sizeof(buf)-1] = 0; 1840 strncat(buf, *argv, sizeof(buf)-strlen(buf)-1); 1842 1841 } 1843 1842 ap = buf; 1844 1843 }
Note: See TracBrowser
for help on using the repository browser.