* modules/cache/cache_util.c (write_write_order): Remove redundant
double assignment, caught by Coverity. No functional change.
Reviewed by: rjung, humbedooh, jorton
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1364677 13f79535-47bb-0310-9956-
ffa450edef68
cache_server_conf *conf,
apr_uri_t uri)
{
- cache_dir_conf *dconf = dconf = ap_get_module_config(r->per_dir_config, &cache_module);
+ cache_dir_conf *dconf = ap_get_module_config(r->per_dir_config, &cache_module);
cache_provider_list *providers = NULL;
int i;