From: Joe Orton Date: Thu, 24 Jun 2004 11:25:18 +0000 (+0000) Subject: * modules/generators/mod_status.c: Mark private global variables X-Git-Tag: pre_ajp_proxy~136 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25c9f93504117e37bf74ea4a8189ef658044c9fa;p=apache * modules/generators/mod_status.c: Mark private global variables as static. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104029 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/generators/mod_status.c b/modules/generators/mod_status.c index dd4d283ab4..367dff4265 100644 --- a/modules/generators/mod_status.c +++ b/modules/generators/mod_status.c @@ -97,7 +97,7 @@ module AP_MODULE_DECLARE_DATA status_module; -int server_limit, thread_limit; +static int server_limit, thread_limit; /* Implement 'ap_run_status_hook'. */ APR_IMPLEMENT_OPTIONAL_HOOK_RUN_ALL(ap, STATUS, int, status_hook,