diff options
-rw-r--r-- | source3/include/passdb.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/include/passdb.h b/source3/include/passdb.h index 05a3a72876..cd80cd9fab 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.h @@ -242,10 +242,9 @@ struct pdb_search { * the pdb module. Remove the latter, this might happen more often. VL. * changed to version 14 to move lookup_rids and lookup_names to return * enum lsa_SidType rather than uint32. - * Version 15 for the trusted domain password hooks */ -#define PASSDB_INTERFACE_VERSION 15 +#define PASSDB_INTERFACE_VERSION 16 struct pdb_methods { |