summaryrefslogtreecommitdiff
path: root/source3/registry/reg_db.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/registry/reg_db.h')
-rw-r--r--source3/registry/reg_db.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/registry/reg_db.h b/source3/registry/reg_db.h
index 9782c1eab4..d0d9fd3931 100644
--- a/source3/registry/reg_db.h
+++ b/source3/registry/reg_db.h
@@ -27,6 +27,8 @@
#define REGDB_VERSION_V3 3 /* different definition of key existence, */
/* sorted subkeys cache removed. */
+#define REGDB_CODE_VERSION REGDB_VERSION_V3
+
#define REG_VALUE_PREFIX "SAMBA_REGVAL"
#define REG_SECDESC_PREFIX "SAMBA_SECDESC"
#define REG_SORTED_SUBKEYS_PREFIX "SAMBA_SORTED_SUBKEYS"