1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00

fix ws issue introduce in my use_trans_sid commit...

# still getting used to emacs
This commit is contained in:
Sterling Hughes
2001-10-18 09:12:39 +00:00
parent 009b5575fa
commit 454d13652e
+2 -2
View 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;
}