1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r19301: Correct debug statement.

(This used to be commit 3ea8399bc9)
This commit is contained in:
Jeremy Allison 2006-10-16 00:08:19 +00:00 committed by Gerald (Jerry) Carter
parent 4a942c592a
commit 76022f73d6

View File

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