mirror of
https://github.com/apache/httpd.git
synced 2025-08-05 16:55:50 +03:00
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
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user