From: Martin Kraemer Date: Tue, 26 Feb 2008 07:24:40 +0000 (+0000) Subject: Allow compilation with pre-c99 compilers X-Git-Tag: 2.3.0~929 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c7d729bc2286165d0efcae6985272e34776d750;p=apache Allow compilation with pre-c99 compilers git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@631107 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_scache_shmcb.c b/modules/ssl/ssl_scache_shmcb.c index d7f5d9c980..6c9b114e8c 100644 --- a/modules/ssl/ssl_scache_shmcb.c +++ b/modules/ssl/ssl_scache_shmcb.c @@ -763,9 +763,9 @@ static BOOL shmcb_subcache_retrieve(server_rec *s, SHMCBHeader *header, && shmcb_cyclic_memcmp(header->subcache_data_size, SHMCB_DATA(header, subcache), idx->data_pos, id, idx->id_len) == 0) { + unsigned int data_offset; ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, "match at idx=%d, data=%d", pos, idx->data_pos); - unsigned int data_offset; /* Find the offset of the data segment, after the id */ data_offset = SHMCB_CYCLIC_INCREMENT(idx->data_pos,