[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Fri Dec 23 15:20:02 MST 2011


The branch, master has been updated
       via  d4e834e lib: Fix NT_STATUS_ALL_SIDS_FILTERED definition
      from  4a1895e s3:lib/ctdbd_conn: try ctdbd_init_connection() as root

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit d4e834ec6c8005b8a517185a46ab18d8343b7313
Author: Volker Lendecke <vl at samba.org>
Date:   Fri Dec 23 21:41:03 2011 +0100

    lib: Fix NT_STATUS_ALL_SIDS_FILTERED definition
    
    This seems to be more in line with all the other NT_STATUS definitions.
    
    Metze, please check.
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Fri Dec 23 23:19:17 CET 2011 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 libcli/util/ntstatus.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/libcli/util/ntstatus.h b/libcli/util/ntstatus.h
index f79363b..af4ab6a 100644
--- a/libcli/util/ntstatus.h
+++ b/libcli/util/ntstatus.h
@@ -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)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list