summaryrefslogtreecommitdiff
path: root/mod_php4.c
diff options
context:
space:
mode:
Diffstat (limited to 'mod_php4.c')
-rw-r--r--mod_php4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod_php4.c b/mod_php4.c
index e6c330e149..b06f9dd40f 100644
--- a/mod_php4.c
+++ b/mod_php4.c
@@ -93,8 +93,8 @@ void php_save_umask()
static int zend_apache_ub_write(const char *str, uint str_length)
{
- SLS_FETCH();
int ret;
+ SLS_FETCH();
if (SG(server_context)) {
ret = rwrite(str, str_length, (request_rec *) SG(server_context));