mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Make sure the variable used for SASL REALM is initialized, in case of no REALM.
This commit is contained in:
parent
65cdfa68f0
commit
68ab73a0f5
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ slap_sasl_log(
|
|||
|
||||
int slap_sasl_getdn( Connection *conn, char *id, char **dnptr, int flags )
|
||||
{
|
||||
char *c, *c1, *dn=NULL;
|
||||
char *c=NULL, *c1, *dn=NULL;
|
||||
int rc, len;
|
||||
sasl_conn_t *ctx;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue