From 671469ae7e3013809fe3995ec8f33dda9adda2ed Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 16 Dec 2008 11:51:14 +0100 Subject: s3:passdb: add SAMU_BUFFER_V4 with no changes The upgrade is required because of the followin TDBSAM_VERSION upgrade. metze --- source3/include/passdb.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source3/include/passdb.h') diff --git a/source3/include/passdb.h b/source3/include/passdb.h index bd0929fc75..93c1e3f0ab 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.h @@ -100,7 +100,9 @@ typedef struct logon_cache_struct { #define SAMU_BUFFER_V1 1 #define SAMU_BUFFER_V2 2 #define SAMU_BUFFER_V3 3 -#define SAMU_BUFFER_LATEST SAMU_BUFFER_V3 +/* nothing changed from V3 to V4 */ +#define SAMU_BUFFER_V4 4 +#define SAMU_BUFFER_LATEST SAMU_BUFFER_V4 struct samu { struct pdb_methods *methods; -- cgit