diff options
author | Rasmus Lerdorf <rasmus@php.net> | 1999-09-04 21:16:41 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 1999-09-04 21:16:41 +0000 |
commit | 56b75920b415f06c39767d2f33b488016a6369fc (patch) | |
tree | 70258385d6794eaa573fa307e357d28c8b165543 /mod_php4.c | |
parent | d3439023d3d32aaeedbc3c421afebff959dcc783 (diff) | |
download | php-git-56b75920b415f06c39767d2f33b488016a6369fc.tar.gz |
Oops
Diffstat (limited to 'mod_php4.c')
-rw-r--r-- | mod_php4.c | 2 |
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)); |