From 25c9f93504117e37bf74ea4a8189ef658044c9fa Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 24 Jun 2004 11:25:18 +0000 Subject: [PATCH] * 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 --- modules/generators/mod_status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.40.0