From 802437774d931562fdf4f08613dabf5f6df8cff6 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 16 Sep 2005 13:12:08 +0000 Subject: r10263: Fix debug which got more instead of less confusing. Guenther (This used to be commit ac3786a7a7dfc77d3b305ae67c97ab4f7f63961e) --- source3/nsswitch/winbindd_group.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nsswitch') diff --git a/source3/nsswitch/winbindd_group.c b/source3/nsswitch/winbindd_group.c index 157b663acc..6261dfb616 100644 --- a/source3/nsswitch/winbindd_group.c +++ b/source3/nsswitch/winbindd_group.c @@ -520,7 +520,7 @@ static BOOL get_sam_group_entries(struct getent_state *ent) && domain->primary) || domain->internal ) { DEBUG(4,("get_sam_group_entries: %s domain; enumerating local groups as well\n", - domain->native ? "Native Mode 2k":"BUILTIN")); + domain->native_mode ? "Native Mode 2k":"BUILTIN or local")); status = domain->methods->enum_local_groups(domain, mem_ctx, &num_entries, &sam_grp_entries); -- cgit