lib: Fix NT_STATUS_ALL_SIDS_FILTERED definition
[kai/samba.git] / 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)