[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Wed Feb 2 20:21:01 MST 2011


The branch, master has been updated
       via  c1c3cb0 s3:libnet_dssync_passdb: remove useless DEBUG statements
      from  3b4738b Fix value overflow (one too many 'f's ).

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


- Log -----------------------------------------------------------------
commit c1c3cb0a237b1ba075e67979f9aad329d6e5914f
Author: Stefan Metzmacher <metze at samba.org>
Date:   Thu Feb 3 02:11:41 2011 +0100

    s3:libnet_dssync_passdb: remove useless DEBUG statements
    
    metze
    
    Autobuild-User: Stefan Metzmacher <metze at samba.org>
    Autobuild-Date: Thu Feb  3 04:20:54 CET 2011 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/libnet/libnet_dssync_passdb.c b/source3/libnet/libnet_dssync_passdb.c
index 585428a..4b66c39 100644
--- a/source3/libnet/libnet_dssync_passdb.c
+++ b/source3/libnet/libnet_dssync_passdb.c
@@ -445,8 +445,6 @@ static int dssync_passdb_traverse_gmembers(struct db_record *rec,
 
 	state->idx++;
 
-	DEBUG(0,("%s[%u]...\n", state->name, state->idx));
-
 	group_sid = state->obj->cur->object.identifier->sid;
 
 	status = dom_sid_split_rid(talloc_tos(), &group_sid, NULL, &rid);
@@ -568,8 +566,6 @@ static int dssync_passdb_traverse_groups(struct db_record *rec,
 		return -1;
 	}
 
-	DEBUG(0,("%s[%u]...\n", state->name, state->idx));
-
 	obj = dssync_parse_obj(rec->value);
 	if (obj == NULL) {
 		return -1;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list