From 2f74901802dc1ef40467e62f1880d958e6c69eef Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 25 Nov 2005 05:46:46 +0000 Subject: r11891: - added pipe_flags field in smb2_trans - while running dcerpc over SMB2, the server will occasionally send us a oh-so-useful STATUS_PENDING result meaning "I don't have a result for you yet, but I'm working on it". These can be discarded :-) (This used to be commit 24588a9c499536299d7aaf5b56ff73fb255290ca) --- source4/include/nterr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/include') diff --git a/source4/include/nterr.h b/source4/include/nterr.h index bfeb63169c..08e3fa2db0 100644 --- a/source4/include/nterr.h +++ b/source4/include/nterr.h @@ -34,6 +34,7 @@ #define STATUS_INVALID_EA_FLAG NT_STATUS(0x80000015) #define NT_STATUS_NO_MORE_ENTRIES NT_STATUS(0x8000001a) +#define STATUS_PENDING NT_STATUS(0x0103) #define STATUS_MORE_ENTRIES NT_STATUS(0x0105) #define STATUS_SOME_UNMAPPED NT_STATUS(0x0107) #define ERROR_INVALID_PARAMETER NT_STATUS(0x0057) -- cgit