diff options
Diffstat (limited to 'parser.c')
-rw-r--r-- | parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3640,7 +3640,7 @@ static int Go_sys_pwd_92(gchar** response, int channel, char *parameter,int comm error_num = change_password (old_password, new_password); } - g_free (new_password); + g_free (new_password); g_free (old_password); return error_num; |