From e46d3d9475c59af8ba6810aeb1403c1aa9e37d9d Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 16 Mar 2010 15:29:14 +0100 Subject: s3-winreg: change notify call has no meaning when called remotely. Just return not supported to make smbtorture happy. Guenther --- source3/rpc_server/srv_winreg_nt.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/rpc_server/srv_winreg_nt.c') 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; } -- cgit