From: Volker Lendecke Date: Sun, 5 Jul 2009 14:20:05 +0000 (+0200) Subject: Actually increase PASSDB_INTERFACE_VERSION to 18 :-) X-Git-Tag: talloc-2.0.0~758 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2998feb8e6444a93b9efab5c9dc1b29f62a4baa;p=thirdparty%2Fsamba.git Actually increase PASSDB_INTERFACE_VERSION to 18 :-) --- diff --git a/source3/include/passdb.h b/source3/include/passdb.h index c288015c053..4e53311eba7 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.h @@ -226,7 +226,7 @@ struct pdb_domain_info { * Changed to 18, pdb_rid_algorithm -> pdb_capabilities */ -#define PASSDB_INTERFACE_VERSION 17 +#define PASSDB_INTERFACE_VERSION 18 struct pdb_methods {