]> granicus.if.org Git - apache/commitdiff
* modules/generators/mod_status.c: Mark private global variables
authorJoe Orton <jorton@apache.org>
Thu, 24 Jun 2004 11:25:18 +0000 (11:25 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 24 Jun 2004 11:25:18 +0000 (11:25 +0000)
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

index dd4d283ab4105b1915dc9eb67224e2af8adec79a..367dff426559cb4e9c11e185fb6fa86240fc6dd9 100644 (file)
@@ -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,