diff options
author | Günther Deschner <gd@samba.org> | 2005-01-22 12:02:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:55:08 -0500 |
commit | a851dcd09a5aff51707a49ace567a272a58837b7 (patch) | |
tree | 1d65153126190e4511b48d2b26c98ecaa73f64a9 /source3/include/passdb.h | |
parent | 6e5accde90d9f078fbb3d1b0f11c45cfe391e4ad (diff) | |
download | samba-a851dcd09a5aff51707a49ace567a272a58837b7.tar.gz samba-a851dcd09a5aff51707a49ace567a272a58837b7.tar.xz samba-a851dcd09a5aff51707a49ace567a272a58837b7.zip |
r4932: Forgot to increase version with the account-policy-commit.
Guenther
(This used to be commit 42e380303ddce890f313c221a766dc1e1ee972fb)
Diffstat (limited to 'source3/include/passdb.h')
-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 f37a2782551..eed3be1ff94 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.h @@ -241,7 +241,7 @@ struct acct_info * this SAMBA will load. Increment this if *ANY* changes are made to the interface. */ -#define PASSDB_INTERFACE_VERSION 6 +#define PASSDB_INTERFACE_VERSION 7 typedef struct pdb_context { |