From b5edc0fc05e567fe2ec1a13bd49073f9496db14d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 11 May 2004 15:39:23 +0000 Subject: r649: return unknown interface when the client not yet binds succesful to an interface metze (This used to be commit c39e450702cfa2b577c64e14ba1428fd95db7ade) --- source4/librpc/idl/dcerpc.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/librpc/idl/dcerpc.idl') diff --git a/source4/librpc/idl/dcerpc.idl b/source4/librpc/idl/dcerpc.idl index c439262f6c..0ee3d7b69b 100644 --- a/source4/librpc/idl/dcerpc.idl +++ b/source4/librpc/idl/dcerpc.idl @@ -83,6 +83,7 @@ interface dcerpc const int DCERPC_FAULT_OP_RNG_ERROR = 0x1c010002; + const int DCERPC_FAULT_UNK_IF = 0x1c010003; const int DCERPC_FAULT_NDR = 0x000006f7; const int DCERPC_FAULT_INVALID_TAG = 0x1c000006; const int DCERPC_FAULT_CONTEXT_MISMATCH = 0x1c00001a; -- cgit