1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-20 22:50:26 +03:00

r18408: Only output a message if the async request fails.

Andrew Bartlett
(This used to be commit 1ea6b600f42d3ccfb75da98f2013928fda524450)
This commit is contained in:
Andrew Bartlett 2006-09-12 00:40:45 +00:00 committed by Gerald (Jerry) Carter
parent a8c17f8ed3
commit 3a577a2a9d

View File

@ -520,8 +520,8 @@ static void lookupsids_cb(struct rpc_request *req)
NTSTATUS status;
status = dcerpc_ndr_request_recv(req);
DEBUG(3, ("lookupsids returned %s\n", nt_errstr(status)));
if (!NT_STATUS_IS_OK(status)) {
printf("lookupsids returned %s\n", nt_errstr(status));
*replies = -1;
}