mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Fix to avoid freeing an uninitialized pointer
This commit is contained in:
parent
bd93a9f605
commit
3b49944829
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user