r9479: More fixes for explicit ignoring of returned result to fix Coverity warnings
[samba.git] / source / libcli / raw / rawrequest.c
index b49009ac220fc1c61f984d0b40e370775439a324..e01626a15cbd2bb155e8c55811040bf98d87b32f 100644 (file)
@@ -389,7 +389,7 @@ BOOL handle_oplock_break(struct smbcli_transport *transport, uint_t len, const u
 */
 NTSTATUS smbcli_request_simple_recv(struct smbcli_request *req)
 {
-       smbcli_request_receive(req);
+       (void) smbcli_request_receive(req);
        return smbcli_request_destroy(req);
 }