mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
parent
4a942c592a
commit
76022f73d6
@ -229,7 +229,7 @@ static void getpwsid_queryuser_recv(void *private_data, BOOL success,
|
||||
talloc_get_type_abort(private_data, struct getpwsid_state);
|
||||
|
||||
if (!success) {
|
||||
DEBUG(5, ("Could not query user %s SID %s\n", s->domain->name,
|
||||
DEBUG(5, ("Could not query domain %s SID %s\n", s->domain->name,
|
||||
sid_string_static(&s->user_sid)));
|
||||
request_error(s->state);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user