silence warning

This commit is contained in:
Pierangelo Masarati 2006-01-12 18:29:33 +00:00
parent 9cf636a460
commit 056b7e55da

View file

@ -169,7 +169,7 @@ get_modlist(
{
static char buf[256];
int num;
LDAPMod tmp;
LDAPMod tmp = { 0 };
LDAPMod **result;
struct berval **bvals;