diff options
author | Günther Deschner <gd@samba.org> | 2010-03-16 15:29:14 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-03-16 15:29:14 +0100 |
commit | e46d3d9475c59af8ba6810aeb1403c1aa9e37d9d (patch) | |
tree | 9be927b7d0bfb3857e23955004103f429191838b /source3/rpc_server | |
parent | b4d09134fdb4e99aa42b5db3e6d54014e090a23c (diff) | |
download | samba-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/rpc_server')
-rw-r--r-- | source3/rpc_server/srv_winreg_nt.c | 4 |
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; } |