From: William A. Rowe Jr Date: Tue, 9 Feb 2010 04:28:13 +0000 (+0000) Subject: The iterator data is not volatile, datalen by value is just fine X-Git-Tag: 2.3.6~495 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=29fe6fa9209c1abbcc32dd882abec457c008f51b;p=thirdparty%2Fapache%2Fhttpd.git The iterator data is not volatile, datalen by value is just fine git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@907928 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_socache.h b/include/ap_socache.h index d24455c5d0c..2cafd8cbdeb 100644 --- a/include/ap_socache.h +++ b/include/ap_socache.h @@ -75,7 +75,7 @@ typedef apr_status_t (*ap_socache_iterator_t)(ap_socache_instance_t *instance, const unsigned char *id, unsigned int idlen, unsigned char *data, - unsigned int *datalen, + unsigned int datalen, apr_pool_t *pool); /** A socache provider structure. socache providers are registered