mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
s4-rpc_server: Use DCERPC_NCA_S_UNKNOWN_IF for fault code
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
9ef8bfabc6
commit
f1cc938451
@ -74,7 +74,7 @@ static NTSTATUS remote_op_bind(struct dcesrv_call_state *dce_call, const struct
|
||||
|
||||
table = ndr_table_by_syntax(&iface->syntax_id);
|
||||
if (!table) {
|
||||
dce_call->fault_code = DCERPC_FAULT_UNK_IF;
|
||||
dce_call->fault_code = DCERPC_NCA_S_UNKNOWN_IF;
|
||||
return NT_STATUS_NET_WRITE_FAULT;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user