summaryrefslogtreecommitdiff
path: root/main/output.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/output.c')
-rw-r--r--main/output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/output.c b/main/output.c
index fc45807879..8d1c9d0369 100644
--- a/main/output.c
+++ b/main/output.c
@@ -459,7 +459,7 @@ static int php_ub_body_write_no_header(const char *str, uint str_length)
return 0;
}
if (BG(use_trans_sid)) {
- session_adapt_uris(str, str_length, &newstr, &new_length);
+ session_adapt_uris(str, str_length, &newstr, &new_length TSRMLS_CC);
}
if (newstr) {