diff options
author | Gerald Carter <jerry@samba.org> | 2005-06-16 20:45:55 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:57:18 -0500 |
commit | 867fd3052bbfdd45856886999619e2ebc6552675 (patch) | |
tree | 47996d015261f895ce690ac60a64c9ec5b59a1e3 /source/registry/reg_printing.c | |
parent | 23acef44e978f3bace762cc98c310b11f0021d31 (diff) | |
download | samba-867fd3052bbfdd45856886999619e2ebc6552675.tar.gz samba-867fd3052bbfdd45856886999619e2ebc6552675.tar.xz samba-867fd3052bbfdd45856886999619e2ebc6552675.zip |
r7648: adding REGISTRY_HOOK->reg_access_check() for authprization checks on RegOpenKey(); passing it off to the backend code for a given path
Diffstat (limited to 'source/registry/reg_printing.c')
-rw-r--r-- | source/registry/reg_printing.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/registry/reg_printing.c b/source/registry/reg_printing.c index 8e1e8ae40b2..b0fb4ab9d90 100644 --- a/source/registry/reg_printing.c +++ b/source/registry/reg_printing.c @@ -928,7 +928,8 @@ REGISTRY_OPS printing_ops = { printing_subkey_info, printing_value_info, printing_store_subkey, - printing_store_value + printing_store_value, + NULL }; |