From 565b9cc1572e284ed5d9324f232249a32b76f164 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 25 Jan 2002 05:28:37 +0000 Subject: Return correct RPC fault PDU on bad handle incoming. Jeremy. (This used to be commit 0db93d8752197e213f0974edae53e2dafdd77b51) --- source3/include/ntdomain.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source3/include/ntdomain.h') diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 7950119e50..a2f7de0c2a 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -213,6 +213,12 @@ typedef struct pipes_struct */ BOOL fault_state; + + /* + * Set to true when we should return fault PDU's for a bad handle. + */ + + BOOL bad_handle_fault_state; /* * Set to RPC_BIG_ENDIAN when dealing with big-endian PDU's -- cgit