From b38e066be4f1986d2d88de03ea4cbad215124cc6 Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Wed, 22 Sep 2004 16:50:29 +0000 Subject: [PATCH] Remove the second initialisation of the variable to NULL. It is already NULL in the definition. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105253 13f79535-47bb-0310-9956-ffa450edef68 --- modules/ldap/util_ldap_cache_mgr.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/ldap/util_ldap_cache_mgr.c b/modules/ldap/util_ldap_cache_mgr.c index a2fd5b08201..a46bcc93161 100644 --- a/modules/ldap/util_ldap_cache_mgr.c +++ b/modules/ldap/util_ldap_cache_mgr.c @@ -254,8 +254,6 @@ util_url_node_t *util_ald_create_caches(util_ldap_state_t *st, const char *url) newcurl = util_ald_cache_insert(st->util_ldap_cache, &curl); } - else - newcurl = NULL; return newcurl; } -- 2.47.2