diff options
Diffstat (limited to 'parser.c')
-rw-r--r-- | parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3628,7 +3628,7 @@ static int Go_sys_pwd_92(gchar** response, int channel, char *parameter,int comm old_password = g_strdup (parameter); error_num = OK; - if ((strlen(new_password)< 6) || (strlen(new_password)< 6)) { + if ((strlen(new_password)< 6) || (strlen(new_password)>32)) { error_num = password_change_error; } |