From d8a88303ba15696ee4d084d3297316f938de4f84 Mon Sep 17 00:00:00 2001 From: Ian Holsman Date: Fri, 8 Feb 2002 06:09:34 +0000 Subject: [PATCH] style police PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93333 13f79535-47bb-0310-9956-ffa450edef68 --- modules/experimental/cache_storage.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/experimental/cache_storage.c b/modules/experimental/cache_storage.c index f78bc482ff6..ac26b5c37c5 100644 --- a/modules/experimental/cache_storage.c +++ b/modules/experimental/cache_storage.c @@ -253,6 +253,7 @@ apr_status_t cache_generate_key_default( request_rec *r, apr_pool_t*p, char**key *key = apr_pstrdup(p,r->uri); return APR_SUCCESS; } + APR_IMPLEMENT_EXTERNAL_HOOK_RUN_FIRST(cache, CACHE, int, create_entity, (cache_handle_t *h, request_rec *r, const char *type, const char *urlkey, apr_size_t len), -- 2.47.3