summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-03-16 15:29:14 +0100
committerKarolin Seeger <kseeger@samba.org>2010-06-18 08:33:27 +0200
commit7ca739f14880d3e892b438b761aa6815063f4333 (patch)
tree1ffc09fb278d6aaaf8f6378e3acf103fe83be59b
parent19c4053598e44966f5bd02ed8b52a815e89a9b1b (diff)
downloadsamba-7ca739f14880d3e892b438b761aa6815063f4333.tar.gz
s3-winreg: change notify call has no meaning when called remotely.
Just return not supported to make smbtorture happy. Guenther (cherry picked from commit e46d3d9475c59af8ba6810aeb1403c1aa9e37d9d) (cherry picked from commit 5d9f173d28fab6ea1afc36978c88f881bb7da52e)
-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 701c2bc9fda..840acba58f9 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;
}