1
0
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:
Günther Deschner 2006-04-25 13:50:35 +00:00 committed by Gerald (Jerry) Carter
parent 10e4211755
commit 01787bd45b

View File

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