summaryrefslogtreecommitdiff
path: root/source3/registry/reg_shares.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/registry/reg_shares.c')
-rw-r--r--source3/registry/reg_shares.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/registry/reg_shares.c b/source3/registry/reg_shares.c
index 7538db7623..4531327d94 100644
--- a/source3/registry/reg_shares.c
+++ b/source3/registry/reg_shares.c
@@ -158,7 +158,8 @@ REGISTRY_OPS shares_reg_ops = {
shares_subkey_info,
shares_value_info,
shares_store_subkey,
- shares_store_value
+ shares_store_value,
+ NULL
};