]> granicus.if.org Git - php/commitdiff
- fix build
authorPierre Joye <pajoye@php.net>
Mon, 16 Mar 2009 10:13:18 +0000 (10:13 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 16 Mar 2009 10:13:18 +0000 (10:13 +0000)
sapi/apache_hooks/php_apache.c

index e6b61bb9b93f24a39598b73f2104526bef3d288b..08eff33be8a5361735ac3955283591329571cde6 100644 (file)
@@ -722,7 +722,7 @@ PHP_FUNCTION(apache_request_remote_host)
        }
 
        if (!type) {
-               type = REMOTE_NAME
+               type = REMOTE_NAME;
        }
 
        APREQ_GET_REQUEST(id, r);