summaryrefslogtreecommitdiff
path: root/source4/include/registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/include/registry.h')
-rw-r--r--source4/include/registry.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/include/registry.h b/source4/include/registry.h
index d90e9ccfc1..bec68a0dfa 100644
--- a/source4/include/registry.h
+++ b/source4/include/registry.h
@@ -98,6 +98,9 @@ typedef void (*value_notification_function) (void);
* - just one hive (example: nt4, w95)
* - several hives (example: rpc).
*
+ * Backends should always do case-insensitive compares
+ * (everything is case-insensitive but case-preserving,
+ * just like the FS)
*/
struct hive_operations {