mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
dcesrv_reply: we don't need to call dcerpc_set_frag_length() in dcesrv_fault_with_flags()
dcerpc_ncacn_push_auth() already calls dcerpc_set_frag_length(). Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
2674df4cc0
commit
0cc0970d35
@ -130,8 +130,6 @@ NTSTATUS dcesrv_fault_with_flags(struct dcesrv_call_state *call,
|
||||
return status;
|
||||
}
|
||||
|
||||
dcerpc_set_frag_length(&rep->blob, rep->blob.length);
|
||||
|
||||
DLIST_ADD_END(call->replies, rep);
|
||||
dcesrv_call_set_list(call, DCESRV_LIST_CALL_LIST);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user