1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-15 05:57:49 +03:00

r9476: Make intention to ignore result of receiving excplicit. Fixes warning found by Coverity

(This used to be commit d1b7a4a24c3af1bfcc289a3476c9fb33ed2fb840)
This commit is contained in:
Alexander Bokovoy 2005-08-22 14:07:52 +00:00 committed by Gerald (Jerry) Carter
parent 7fe42c9b18
commit 5bd6a11471

View File

@ -724,7 +724,7 @@ NTSTATUS smb_raw_search_close(struct smbcli_tree *tree,
SSVAL(req->out.vwv, VWV(0), io->findclose.in.handle);
if (smbcli_request_send(req)) {
smbcli_request_receive(req);
(void) smbcli_request_receive(req);
}
return smbcli_request_destroy(req);