diff options
Diffstat (limited to 'session.c')
| -rw-r--r-- | session.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1020,7 +1020,7 @@ static PHP_INI_MH(suhosin_OnUpdateSaveHandler) | |||
| 1020 | int r; | 1020 | int r; |
| 1021 | char *tmp; | 1021 | char *tmp; |
| 1022 | 1022 | ||
| 1023 | if ((ps_mod_user) && (SUHOSIN_G(s_original_mod) == ps_mod_user) && (strcmp(new_value, "user") == NULL)) { | 1023 | if ((ps_mod_user) && (SUHOSIN_G(s_original_mod) == ps_mod_user) && (strcmp(new_value, "user") == 0)) { |
| 1024 | return SUCCESS; | 1024 | return SUCCESS; |
| 1025 | } | 1025 | } |
| 1026 | 1026 | ||
