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

View file

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