mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
r15244: Fix debug typo.
Guenther
This commit is contained in:
parent
10e4211755
commit
01787bd45b
@ -428,7 +428,7 @@ static NTSTATUS lookup_usergroups(struct winbindd_domain *domain,
|
||||
|
||||
if ( (user = netsamlogon_cache_get( mem_ctx, user_sid )) != NULL )
|
||||
{
|
||||
DEBUG(5,("query_user: Cache lookup succeeded for %s\n",
|
||||
DEBUG(5,("lookup_usergroups: Cache lookup succeeded for %s\n",
|
||||
sid_string_static(user_sid)));
|
||||
|
||||
*num_groups = user->num_groups;
|
||||
|
Loading…
x
Reference in New Issue
Block a user