diff options
Diffstat (limited to 'source3/registry/reg_shares.c')
-rw-r--r-- | source3/registry/reg_shares.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/registry/reg_shares.c b/source3/registry/reg_shares.c index 178f23e21c..4ac6e1d151 100644 --- a/source3/registry/reg_shares.c +++ b/source3/registry/reg_shares.c @@ -159,7 +159,7 @@ REGISTRY_OPS shares_reg_ops = { shares_value_info, shares_store_subkey, shares_store_value, - NULL, NULL, NULL + NULL, NULL, NULL, NULL, NULL }; |