[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Mon Jul 23 10:19:02 MDT 2012


The branch, master has been updated
       via  3fe601a s3-winbind: Fix idmap initialization debug message.
      from  0b903e1 s3:smbd: if a fsp has fsp->deferred_close, clients shouldn't be able to use it

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


- Log -----------------------------------------------------------------
commit 3fe601afcffacc84981bd54ef2293f92688f5b0e
Author: Guenther Deschner <gd at samba.org>
Date:   Mon Jul 23 14:34:11 2012 +0200

    s3-winbind: Fix idmap initialization debug message.
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    
    Autobuild-User(master): Andreas Schneider <asn at cryptomilk.org>
    Autobuild-Date(master): Mon Jul 23 18:19:00 CEST 2012 on sn-devel-104

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

Summary of changes:
 source3/winbindd/idmap.c    |    2 +-
 source3/winbindd/nss_info.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/idmap.c b/source3/winbindd/idmap.c
index b236210..f6e48d3 100644
--- a/source3/winbindd/idmap.c
+++ b/source3/winbindd/idmap.c
@@ -129,7 +129,7 @@ NTSTATUS smb_register_idmap(int version, const char *name,
 
 	for (entry = backends; entry != NULL; entry = entry->next) {
 		if (strequal(entry->name, name)) {
-			DEBUG(0,("Idmap module %s already registered!\n",
+			DEBUG(5,("Idmap module %s already registered!\n",
 				 name));
 			return NT_STATUS_OBJECT_NAME_COLLISION;
 		}
diff --git a/source3/winbindd/nss_info.c b/source3/winbindd/nss_info.c
index a3f95c6..d7306ed 100644
--- a/source3/winbindd/nss_info.c
+++ b/source3/winbindd/nss_info.c
@@ -66,7 +66,7 @@ static struct nss_function_entry *nss_get_backend(const char *name )
 	}
 
 	if ( nss_get_backend(name) ) {
-		DEBUG(0,("smb_register_idmap_nss: idmap module %s "
+		DEBUG(5,("smb_register_idmap_nss: idmap module %s "
 			 "already registered!\n", name));
 		return NT_STATUS_OBJECT_NAME_COLLISION;
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list