1
0
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:
Andreas Schneider
2012-06-27 15:21:11 +02:00
committed by Andreas Schneider
parent 81ff67c3c8
commit fae6091f1d
19 changed files with 349 additions and 377 deletions

View File

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