mirror of
https://github.com/samba-team/samba.git
synced 2025-10-16 11:33:16 +03:00
s3-rpc_server: Make it possible to use more rpc exceptions.
This commit is contained in:
committed by
Andreas Schneider
parent
81ff67c3c8
commit
fae6091f1d
@@ -347,7 +347,7 @@ static struct dcesrv_handle *find_policy_by_hnd_internal(struct pipes_struct *p,
|
||||
DEBUG(4,("Policy not found: "));
|
||||
dump_data(4, (const uint8_t *)hnd, sizeof(*hnd));
|
||||
|
||||
p->bad_handle_fault_state = true;
|
||||
p->fault_state = DCERPC_FAULT_CONTEXT_MISMATCH;
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user