summaryrefslogtreecommitdiff
path: root/source3/include/passdb.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-07-05 16:20:05 +0200
committerVolker Lendecke <vl@samba.org>2009-07-05 23:50:11 +0200
commitf2998feb8e6444a93b9efab5c9dc1b29f62a4baa (patch)
tree9cc70344f6681d77ce66d4eab1ec8739ab692ef8 /source3/include/passdb.h
parentee5236e2d2dbae185be63abdc19009104c8fb50d (diff)
downloadsamba-f2998feb8e6444a93b9efab5c9dc1b29f62a4baa.tar.gz
samba-f2998feb8e6444a93b9efab5c9dc1b29f62a4baa.tar.bz2
samba-f2998feb8e6444a93b9efab5c9dc1b29f62a4baa.zip
Actually increase PASSDB_INTERFACE_VERSION to 18 :-)
Diffstat (limited to 'source3/include/passdb.h')
-rw-r--r--source3/include/passdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/passdb.h b/source3/include/passdb.h
index c288015c05..4e53311eba 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
{