1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

r10263: Fix debug which got more instead of less confusing.

Guenther
(This used to be commit ac3786a7a7dfc77d3b305ae67c97ab4f7f63961e)
This commit is contained in:
Günther Deschner 2005-09-16 13:12:08 +00:00 committed by Gerald (Jerry) Carter
parent 9cc1892865
commit 802437774d

View File

@ -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);