From 3b905a6fb4bcf32684d6fb3ec0ed7db2b6f56fbc Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Sun, 7 Jul 2013 03:12:52 +0000 Subject: Fix some compiler warnings. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1500362 13f79535-47bb-0310-9956-ffa450edef68 --- modules/cache/mod_socache_memcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/cache') diff --git a/modules/cache/mod_socache_memcache.c b/modules/cache/mod_socache_memcache.c index beeeec2c98..8cabd8a50b 100644 --- a/modules/cache/mod_socache_memcache.c +++ b/modules/cache/mod_socache_memcache.c @@ -85,7 +85,7 @@ static apr_status_t socache_mc_init(ap_socache_instance_t *ctx, { apr_status_t rv; int thread_limit = 0; - int nservers = 0; + apr_uint16_t nservers = 0; char *cache_config; char *split; char *tok; -- cgit v1.2.3