[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-841-ga1482b0

Jeremy Allison jra at samba.org
Sat Dec 22 00:43:38 GMT 2007


The branch, v3-2-test has been updated
       via  a1482b09150f4d292965c77bc73d47fb14f5eb85 (commit)
      from  b4a4a2b2933d693876b67231f747e1e232936054 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit a1482b09150f4d292965c77bc73d47fb14f5eb85
Author: Jeremy Allison <jra at samba.org>
Date:   Fri Dec 21 16:43:02 2007 -0800

    Add NT error to debug to try and track this down.
    Jermey.

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

Summary of changes:
 source/winbindd/winbindd_group.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/winbindd/winbindd_group.c b/source/winbindd/winbindd_group.c
index 140943c..fbd2fee 100644
--- a/source/winbindd/winbindd_group.c
+++ b/source/winbindd/winbindd_group.c
@@ -1045,7 +1045,10 @@ static bool get_sam_group_entries(struct getent_state *ent)
 		status = domain->methods->enum_local_groups(domain, mem_ctx, &num_entries, &sam_grp_entries);
 		
 		if ( !NT_STATUS_IS_OK(status) ) { 
-			DEBUG(3,("get_sam_group_entries: Failed to enumerate domain local groups!\n"));
+			DEBUG(3,("get_sam_group_entries: "
+				"Failed to enumerate "
+				"domain local groups with error %s!\n",
+				nt_errstr(status)));
 			num_entries = 0;
 		}
 		else


-- 
Samba Shared Repository


More information about the samba-cvs mailing list