mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +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);
|
talloc_get_type_abort(private_data, struct getpwsid_state);
|
||||||
|
|
||||||
if (!success) {
|
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)));
|
sid_string_static(&s->user_sid)));
|
||||||
request_error(s->state);
|
request_error(s->state);
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user