diff options
Diffstat (limited to 'src/snuffleupagus.c')
| -rw-r--r-- | src/snuffleupagus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snuffleupagus.c b/src/snuffleupagus.c index 50711f0..84ab171 100644 --- a/src/snuffleupagus.c +++ b/src/snuffleupagus.c | |||
| @@ -365,7 +365,7 @@ static PHP_INI_MH(OnUpdateConfiguration) { | |||
| 365 | hook_stream_wrappers(); | 365 | hook_stream_wrappers(); |
| 366 | } | 366 | } |
| 367 | 367 | ||
| 368 | if (SNUFFLEUPAGUS_G(config).config_session->encrypt) { | 368 | if (SNUFFLEUPAGUS_G(config).config_session->encrypt || SNUFFLEUPAGUS_G(config).config_session->sid_min_length || SNUFFLEUPAGUS_G(config).config_session->sid_max_length) { |
| 369 | hook_session(); | 369 | hook_session(); |
| 370 | } | 370 | } |
| 371 | 371 | ||
