]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove the second initialisation of the variable to NULL. It is already
authorGraham Leggett <minfrin@apache.org>
Wed, 22 Sep 2004 16:50:29 +0000 (16:50 +0000)
committerGraham Leggett <minfrin@apache.org>
Wed, 22 Sep 2004 16:50:29 +0000 (16:50 +0000)
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

index a2fd5b0820189346a147dfef4deec7bcaa2f8486..a46bcc9316193a7d36f7997fc936819c5f55053f 100644 (file)
@@ -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;
 }