Fix to avoid freeing an uninitialized pointer

This commit is contained in:
Howard Chu 1999-11-05 22:45:43 +00:00
parent bd93a9f605
commit 3b49944829

View File

@ -283,7 +283,7 @@ do_bind(
if ( be->be_bind ) {
/* alias suffix */
char *edn;
char *edn = NULL;
/* deref suffix alias if appropriate */
ndn = suffix_alias( be, ndn );