set hdb_capability_flags = 0
authorLove Hörnquist Åstrand <lha@kth.se>
Sun, 5 Jul 2009 05:07:52 +0000 (05:07 +0000)
committerLove Hörnquist Åstrand <lha@kth.se>
Sun, 5 Jul 2009 05:07:52 +0000 (05:07 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25312 ec53bebd-3082-4978-b11e-865c3cabbd6b

lib/hdb/hdb-ldap.c

index 3e781466a9890e346a7082b93f858b5481866664..77ea23a6b67eca2a77713f6d037ebfbaf6c59e31 100644 (file)
@@ -1831,6 +1831,7 @@ hdb_ldap_common(krb5_context context,
 
     (*db)->hdb_master_key_set = 0;
     (*db)->hdb_openp = 0;
+    (*db)->hdb_capability_flags = 0;
     (*db)->hdb_open = LDAP_open;
     (*db)->hdb_close = LDAP_close;
     (*db)->hdb_fetch = LDAP_fetch;