diff options
author | Rainer Jung <rjung@apache.org> | 2011-07-04 18:37:46 +0200 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2011-07-04 18:37:46 +0200 |
commit | d37c52a6e4bbd7d978696dbeeef2d29695e472ae (patch) | |
tree | 12af43d94f46d05e90f656a8656bc2b9a7895ceb /modules/cache/mod_socache_dc.c | |
parent | Reset LDFLAGS after zlib testing for mod_deflate. (diff) | |
download | apache2-d37c52a6e4bbd7d978696dbeeef2d29695e472ae.tar.xz apache2-d37c52a6e4bbd7d978696dbeeef2d29695e472ae.zip |
Silence compiler warnings.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1142733 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/cache/mod_socache_dc.c')
-rw-r--r-- | modules/cache/mod_socache_dc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cache/mod_socache_dc.c b/modules/cache/mod_socache_dc.c index 1c11d089fd..7021cbcce8 100644 --- a/modules/cache/mod_socache_dc.c +++ b/modules/cache/mod_socache_dc.c @@ -92,7 +92,7 @@ static void socache_dc_destroy(ap_socache_instance_t *ctx, server_rec *s) static apr_status_t socache_dc_store(ap_socache_instance_t *ctx, server_rec *s, const unsigned char *id, unsigned int idlen, - time_t expiry, + apr_time_t expiry, unsigned char *der, unsigned int der_len, apr_pool_t *p) { |