1
0
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:
Andreas Schneider 2016-10-26 09:27:03 +02:00 committed by Andreas Schneider
parent 9ef8bfabc6
commit f1cc938451

View File

@ -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;
}