diff options
author | Volker Lendecke <vl@samba.org> | 2009-07-05 16:20:05 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-07-05 23:50:11 +0200 |
commit | f2998feb8e6444a93b9efab5c9dc1b29f62a4baa (patch) | |
tree | 9cc70344f6681d77ce66d4eab1ec8739ab692ef8 /source3/include | |
parent | ee5236e2d2dbae185be63abdc19009104c8fb50d (diff) | |
download | samba-f2998feb8e6444a93b9efab5c9dc1b29f62a4baa.tar.gz samba-f2998feb8e6444a93b9efab5c9dc1b29f62a4baa.tar.bz2 samba-f2998feb8e6444a93b9efab5c9dc1b29f62a4baa.zip |
Actually increase PASSDB_INTERFACE_VERSION to 18 :-)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/passdb.h | 2 |
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 { |