lib: Fix NT_STATUS_ALL_SIDS_FILTERED definition
authorVolker Lendecke <vl@samba.org>
Fri, 23 Dec 2011 20:41:03 +0000 (21:41 +0100)
committerVolker Lendecke <vlendec@samba.org>
Fri, 23 Dec 2011 22:19:17 +0000 (23:19 +0100)
This seems to be more in line with all the other NT_STATUS definitions.

Metze, please check.

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Fri Dec 23 23:19:17 CET 2011 on sn-devel-104

libcli/util/ntstatus.h

index f79363b82841247445ccf28fb1984a05510e2bf3..af4ab6a212247ffd5e89606013d60f3ff5c2b4af 100644 (file)
@@ -604,7 +604,7 @@ typedef uint32_t NTSTATUS;
 #define NT_STATUS_OBJECTID_NOT_FOUND NT_STATUS(0xC0000000 | 0x02F0)
 #define NT_STATUS_NO_SUCH_JOB NT_STATUS(0xC0000000 | 0xEDE) /* scheduler */
 #define NT_STATUS_NETWORK_SESSION_EXPIRED NT_STATUS(0xC0000000 | 0x035C)
-#define NT_STATUS_ALL_SIDS_FILTERED NT_STATUS(0xC00000000 | 0x035E)
+#define NT_STATUS_ALL_SIDS_FILTERED NT_STATUS(0xC0000000 | 0x035E)
 #define NT_STATUS_DOWNGRADE_DETECTED NT_STATUS(0xC0000000 | 0x0388)
 #define NT_STATUS_NO_S4U_PROT_SUPPORT NT_STATUS(0xC0000000 | 0x040A)
 #define NT_STATUS_CROSSREALM_DELEGATION_FAILURE NT_STATUS(0xC0000000 | 0x040B)