From a9203bf02b61180049bc60e7010acaff07c73947 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 27 Nov 2003 04:02:15 +0000 Subject: a couple of tidyups * don't try to map the epmapper uuid ! * some preliminary support for alter context pdus (This used to be commit f9857e56850cabfac06534fb33ff7a7a04346a9b) --- source4/librpc/rpc/dcerpc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/librpc/rpc/dcerpc.h') diff --git a/source4/librpc/rpc/dcerpc.h b/source4/librpc/rpc/dcerpc.h index 906f613593..9a301db66b 100644 --- a/source4/librpc/rpc/dcerpc.h +++ b/source4/librpc/rpc/dcerpc.h @@ -48,6 +48,9 @@ struct dcerpc_pipe { NTSTATUS (*shutdown_pipe)(struct dcerpc_pipe *); const char *(*peer_name)(struct dcerpc_pipe *); } transport; + + /* the last fault code from a DCERPC fault */ + uint32 last_fault_code; }; /* dcerpc pipe flags */ -- cgit