diff options
Diffstat (limited to 'modules/cache/mod_socache_memcache.c')
-rw-r--r-- | modules/cache/mod_socache_memcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cache/mod_socache_memcache.c b/modules/cache/mod_socache_memcache.c index beeeec2c..8cabd8a5 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; |