summaryrefslogtreecommitdiff
path: root/source3/include/reg_db.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/reg_db.h')
-rw-r--r--source3/include/reg_db.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/reg_db.h b/source3/include/reg_db.h
index 474b095b68..9a35f91e5d 100644
--- a/source3/include/reg_db.h
+++ b/source3/include/reg_db.h
@@ -25,7 +25,7 @@
#define REGVER_V1 1 /* first db version with write support */
-#define VALUE_PREFIX "SAMBA_REGVAL"
-#define SECDESC_PREFIX "SAMBA_SECDESC"
+#define REG_VALUE_PREFIX "SAMBA_REGVAL"
+#define REG_SECDESC_PREFIX "SAMBA_SECDESC"
#endif /* _REG_DB_H */