mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Fix uninit'd cb (coverity)
This commit is contained in:
parent
e16058d857
commit
acdddee3ab
@ -385,7 +385,7 @@ ldap_back_monitor_db_open( BackendDB *be )
|
||||
ldapinfo_t *li = (ldapinfo_t *) be->be_private;
|
||||
char buf[ BACKMONITOR_BUFSIZE ];
|
||||
Entry *e = NULL;
|
||||
monitor_callback_t *cb;
|
||||
monitor_callback_t *cb = NULL;
|
||||
struct berval suffix, *filter, *base;
|
||||
char *ptr;
|
||||
time_t now;
|
||||
|
Loading…
Reference in New Issue
Block a user