]> git.pld-linux.org Git - packages/ftpd-BSD.git/blame - ftpd-BSD-username.patch
- updated for 0.3.3.
[packages/ftpd-BSD.git] / ftpd-BSD-username.patch
CommitLineData
68cf7465 1diff -bruN ftpd-BSD-0.3.2/ftpd.c ftpd-BSD-0.3.2.new/ftpd.c
2--- ftpd-BSD-0.3.2/ftpd.c Fri Jul 7 05:06:04 2000
3+++ ftpd-BSD-0.3.2.new/ftpd.c Tue Nov 7 17:51:08 2000
331a52bd 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.049159 seconds and 4 git commands to generate.