mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
silence warning
This commit is contained in:
parent
9cf636a460
commit
056b7e55da
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ get_modlist(
|
|||
{
|
||||
static char buf[256];
|
||||
int num;
|
||||
LDAPMod tmp;
|
||||
LDAPMod tmp = { 0 };
|
||||
LDAPMod **result;
|
||||
struct berval **bvals;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue