1
0
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:
Graham Leggett
2004-09-22 16:50:29 +00:00
parent 4d1d856e9d
commit b38e066be4

View 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;
}