1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s4-winreg: add winreg_DeleteKeyEx stub.

Guenther
This commit is contained in:
Günther Deschner 2010-04-09 00:11:57 +02:00
parent ffcaa73280
commit 846813797d

View File

@ -723,6 +723,15 @@ static WERROR dcesrv_winreg_QueryMultipleValues2(struct dcesrv_call_state *dce_c
return WERR_NOT_SUPPORTED;
}
/*
winreg_DeleteKeyEx
*/
static WERROR dcesrv_winreg_DeleteKeyEx(struct dcesrv_call_state *dce_call,
TALLOC_CTX *mem_ctx,
struct winreg_DeleteKeyEx *r)
{
return WERR_NOT_SUPPORTED;
}
/* include the generated boilerplate */
#include "librpc/gen_ndr/ndr_winreg_s.c"