mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 16:20:00 -04:00
silence compiler warning
This commit is contained in:
parent
3c0da87b1e
commit
e9f2290397
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ ldapdb_search(const char *zone, const char *name, void *dbdata, void *retdata)
|
|||
isc_result_t result = ISC_R_NOTFOUND;
|
||||
LDAP **ldp;
|
||||
LDAPMessage *res, *e;
|
||||
char *fltr, *a, **vals, **names;
|
||||
char *fltr, *a, **vals, **names = NULL;
|
||||
char type[64];
|
||||
#ifdef RFC1823API
|
||||
void *ptr;
|
||||
|
|
|
|||
Loading…
Reference in a new issue