]> granicus.if.org Git - php/commitdiff
fix typo
authorAntony Dovgal <tony2001@php.net>
Wed, 1 Jun 2005 18:27:50 +0000 (18:27 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 1 Jun 2005 18:27:50 +0000 (18:27 +0000)
(see details here: http://news.php.net/php.internals/16350)

ext/session/session.c

index e2efb9ee745939fa0a378718a9e393796f32c4cf..9c6940e02aac31c2e6d1ea0f80dcaa18f07f36ff 100644 (file)
@@ -1098,7 +1098,7 @@ static void php_session_reset_id(TSRMLS_D)
                smart_str_0(&var);
                REGISTER_STRINGL_CONSTANT("SID", var.c, var.len, 0);
        } else {
-               REGISTER_STRINGL_CONSTANT("SID", STR_EMPTY_ALLOC(), 0, 1);
+               REGISTER_STRINGL_CONSTANT("SID", STR_EMPTY_ALLOC(), 0, 0);
        }
 
        if (PS(apply_trans_sid)) {