From: Jean-Frederic Clere Date: Sat, 29 Jul 2006 10:18:59 +0000 (+0000) Subject: typo. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=837b3515beaca44a9fd88cbe7e4e3d5989ae7001;p=thirdparty%2Fapache%2Fhttpd.git typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/httpd-proxy-scoreboard@426779 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/proxymonitor.c b/support/proxymonitor.c index 0411eaf2dfb..ad31c2d9249 100644 --- a/support/proxymonitor.c +++ b/support/proxymonitor.c @@ -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);