summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ldaputil/vtable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldaputil/vtable.c b/lib/ldaputil/vtable.c
index 18ac0a4d..7886006f 100644
--- a/lib/ldaputil/vtable.c
+++ b/lib/ldaputil/vtable.c
@@ -43,7 +43,7 @@
#include "ldaputili.h"
#include <ldap.h>
-static LDAPUVTable_t ldapu_VTable = {};
+static LDAPUVTable_t ldapu_VTable = {0};
/* Replace ldapu_VTable. Subsequently, ldaputil will call the
functions in 'from' (not the LDAP API) to access the directory.