View | Details | Raw Unified | Return to bug 20675
Collapse All | Expand All

(-)ftpd.c Thu Aug 17 13:47:55 2000 (-1 / +1 lines)
Lines 871-877 Link Here
871
871
872
static int login_attempts;     /* number of failed login attempts */
872
static int login_attempts;     /* number of failed login attempts */
873
static int askpasswd;          /* had user command, ask for passwd */
873
static int askpasswd;          /* had user command, ask for passwd */
874
static char curname[10];       /* current USER name */
874
static char curname[MAXLOGNAME];       /* current USER name */

Return to bug 20675