summaryrefslogtreecommitdiff
path: root/source4/build/pidl/template.pm
diff options
context:
space:
mode:
Diffstat (limited to 'source4/build/pidl/template.pm')
-rw-r--r--source4/build/pidl/template.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/build/pidl/template.pm b/source4/build/pidl/template.pm
index 6e0decbf40..2942c6f713 100644
--- a/source4/build/pidl/template.pm
+++ b/source4/build/pidl/template.pm
@@ -52,10 +52,10 @@ sub Template($)
/*
$fname
*/
-static NTSTATUS $fname(struct dcesrv_call_state *dce_call, TALLOC_CTX *mem_ctx,
+static $d->{RETURN_TYPE} $fname(struct dcesrv_call_state *dce_call, TALLOC_CTX *mem_ctx,
struct $fname *r)
{
- return NT_STATUS_NOT_IMPLEMENTED;
+ DCESRV_FAULT(DCERPC_FAULT_OP_RNG_ERROR);
}
";