]> git.pld-linux.org Git - packages/ftpd-BSD.git/blame - ftpd-BSD-username.patch
Typo %patch1 -p2 => %patch2 -p1 ;-)
[packages/ftpd-BSD.git] / ftpd-BSD-username.patch
CommitLineData
331a52bd 1diff -bruN ftpd-BSD-0.3.2/ftpd/ftpd.c ftpd-BSD-0.3.2.new/ftpd/ftpd.c
2--- ftpd-BSD-0.3.2/ftpd/ftpd.c Fri Jul 7 05:06:04 2000
3+++ ftpd-BSD-0.3.2.new/ftpd/ftpd.c Tue Nov 7 17:51:08 2000
4@@ -802,7 +802,7 @@
5
6 static int login_attempts; /* number of failed login attempts */
7 static int askpasswd; /* had user command, ask for passwd */
8-static char curname[16]; /* current USER name */
9+static char curname[17]; /* current USER name */
10
11 /*
12 * USER command.
This page took 0.096559 seconds and 4 git commands to generate.