summaryrefslogtreecommitdiff
path: root/modules/aaa
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2009-12-01 08:44:11 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2009-12-01 08:44:11 +0000
commit3e338e488c706c2ccb157ae0b22986df937e6e5a (patch)
tree77bc8a1d9c7b1ef33b31968cc2b6780eafcb9958 /modules/aaa
parent6a6cc5a6806b59559453233dbe5c390be525d812 (diff)
downloadhttpd-3e338e488c706c2ccb157ae0b22986df937e6e5a.tar.gz
Elaborate on low hanging XXX fruit
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@885689 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/aaa')
-rw-r--r--modules/aaa/mod_auth_digest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/aaa/mod_auth_digest.c b/modules/aaa/mod_auth_digest.c
index 63c9575552..fa0c8a515e 100644
--- a/modules/aaa/mod_auth_digest.c
+++ b/modules/aaa/mod_auth_digest.c
@@ -188,8 +188,8 @@ static const char *client_shm_filename;
#define DEF_NUM_BUCKETS 15L
#define HASH_DEPTH 5
-static long shmem_size = DEF_SHMEM_SIZE;
-static long num_buckets = DEF_NUM_BUCKETS;
+static apr_size_t shmem_size = DEF_SHMEM_SIZE;
+static unsigned long num_buckets = DEF_NUM_BUCKETS;
module AP_MODULE_DECLARE_DATA auth_digest_module;