]> granicus.if.org Git - php/commitdiff
fix ws issue introduce in my use_trans_sid commit...
authorSterling Hughes <sterling@php.net>
Thu, 18 Oct 2001 09:12:39 +0000 (09:12 +0000)
committerSterling Hughes <sterling@php.net>
Thu, 18 Oct 2001 09:12:39 +0000 (09:12 +0000)
# still getting used to emacs

ext/session/session.c

index f5de226d421764d175e29f1a83408b2b9b5aced0..bc9e0cc37247adda8b3aeab471c649ea0ff6e655 100644 (file)
@@ -839,8 +839,8 @@ static void php_session_start(TSRMLS_D)
                                Z_TYPE_PP(data) == IS_ARRAY &&
                                zend_hash_find(Z_ARRVAL_PP(data), PS(session_name),
                                        lensess + 1, (void **) &ppid) == SUCCESS) {
-                   PPID2SID;
-                   PS(apply_trans_sid) = 0;
+                       PPID2SID;
+                       PS(apply_trans_sid) = 0;
                        send_cookie = 0;
                }