The iterator data is not volatile, datalen by value is just fine
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 9 Feb 2010 04:28:13 +0000 (04:28 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 9 Feb 2010 04:28:13 +0000 (04:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@907928 13f79535-47bb-0310-9956-ffa450edef68

include/ap_socache.h

index d24455c5d0ce4b320c555b9188b2a26f1c9bfbbe..2cafd8cbdeb39fb7f250d16a8e9fc44185963da2 100644 (file)
@@ -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