mirror of
https://github.com/samba-team/samba.git
synced 2025-02-05 21:57:51 +03:00
r10263: Fix debug which got more instead of less confusing.
Guenther (This used to be commit ac3786a7a7dfc77d3b305ae67c97ab4f7f63961e)
This commit is contained in:
parent
9cc1892865
commit
802437774d
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user