1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

r306: added another define for a DCERPC fault code

(This used to be commit 3c8d580d2c)
This commit is contained in:
Andrew Tridgell 2004-04-21 06:21:38 +00:00 committed by Gerald (Jerry) Carter
parent 5f545543f0
commit 55a19a7fc0

View File

@ -84,6 +84,7 @@ interface dcerpc
const int DCERPC_FAULT_OP_RNG_ERROR = 0x1c010002;
const int DCERPC_FAULT_NDR = 0x000006f7;
const int DCERPC_FAULT_INVALID_TAG = 0x1c000006;
const int DCERPC_FAULT_CONTEXT_MISMATCH = 0x1c00001a;
const int DCERPC_FAULT_OTHER = 0x00000001;