[SCM] Samba Shared Repository - branch master updated

Michael Adam obnox at samba.org
Tue Mar 1 16:31:01 MST 2011


The branch, master has been updated
       via  9f61937 s3: remove superfluous debug messages from msg_idmap
      from  64e06b7 Revert "examples/LDAP: remove overoutdated samba-schema.IBMSecureWay"

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


- Log -----------------------------------------------------------------
commit 9f6193724e8f55854aaba39591edecf7029ad8f3
Author: Gregor Beck <gbeck at sernet.de>
Date:   Tue Mar 1 17:20:16 2011 +0100

    s3: remove superfluous debug messages from msg_idmap
    
    Signed-off-by: Michael Adam <obnox at samba.org>
    
    Autobuild-User: Michael Adam <obnox at samba.org>
    Autobuild-Date: Wed Mar  2 00:30:41 CET 2011 on sn-devel-104

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

Summary of changes:
 source3/smbd/msg_idmap.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/msg_idmap.c b/source3/smbd/msg_idmap.c
index 8e4d475..8d6a998 100644
--- a/source3/smbd/msg_idmap.c
+++ b/source3/smbd/msg_idmap.c
@@ -157,8 +157,6 @@ static void message_idmap_flush(struct messaging_context *msg_ctx,
 {
 	const char* msg = data ? (const char*)data->data : NULL;
 
-	DEBUG(0, ("Foo: idmap flush cache message(0x%.2x): %s\n", msg_type, msg ? msg : "<NULL>"));
-
 	if ((msg == NULL) || (msg[0] == '\0')) {
 		flush_gid_cache();
 		flush_uid_cache();
@@ -183,8 +181,6 @@ static void message_idmap_delete(struct messaging_context *msg_ctx,
 	struct user_struct* validated_users = smbd_server_conn->smb1.sessions.validated_users;
 	struct id id;
 
-	DEBUG(0, ("Foo: idmap delete message(0x%.2x): %s\n", msg_type, msg));
-
 	if (!parse_id(msg, &id)) {
 		DEBUG(0, ("Invalid ?ID: %s\n", msg));
 		return;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list