]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
typo.
authorJean-Frederic Clere <jfclere@apache.org>
Sat, 29 Jul 2006 10:18:59 +0000 (10:18 +0000)
committerJean-Frederic Clere <jfclere@apache.org>
Sat, 29 Jul 2006 10:18:59 +0000 (10:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/httpd-proxy-scoreboard@426779 13f79535-47bb-0310-9956-ffa450edef68

support/proxymonitor.c

index 0411eaf2dfb70860a86f0062776252ca24fc6439..ad31c2d9249f175c63c0d9ddc529c2185da1a19f 100644 (file)
@@ -282,7 +282,8 @@ int main(int argc, const char * const argv[])
         if (instance_socket == NULL) {
             apr_pool_create(&instance_socket, pool);
             status = init_healthck(instance_socket, &num);
-            return 1;
+            if (status != APR_SUCCESS)
+                return 1;
         }
 
         apr_pool_create(&instance, instance_socket);