summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-03-16 15:29:14 +0100
committerGünther Deschner <gd@samba.org>2010-03-16 15:29:14 +0100
commite46d3d9475c59af8ba6810aeb1403c1aa9e37d9d (patch)
tree9be927b7d0bfb3857e23955004103f429191838b /source3
parentb4d09134fdb4e99aa42b5db3e6d54014e090a23c (diff)
downloadsamba-e46d3d9475c59af8ba6810aeb1403c1aa9e37d9d.tar.gz
samba-e46d3d9475c59af8ba6810aeb1403c1aa9e37d9d.tar.bz2
samba-e46d3d9475c59af8ba6810aeb1403c1aa9e37d9d.zip
s3-winreg: change notify call has no meaning when called remotely.
Just return not supported to make smbtorture happy. Guenther
Diffstat (limited to 'source3')
-rw-r--r--source3/rpc_server/srv_winreg_nt.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/rpc_server/srv_winreg_nt.c b/source3/rpc_server/srv_winreg_nt.c
index 2a2ff68f40..38be56ede9 100644
--- a/source3/rpc_server/srv_winreg_nt.c
+++ b/source3/rpc_server/srv_winreg_nt.c
@@ -956,10 +956,6 @@ WERROR _winreg_LoadKey(pipes_struct *p, struct winreg_LoadKey *r)
WERROR _winreg_NotifyChangeKeyValue(pipes_struct *p, struct winreg_NotifyChangeKeyValue *r)
{
- /* fill in your code here if you think this call should
- do anything */
-
- p->rng_fault_state = True;
return WERR_NOT_SUPPORTED;
}