summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/flush.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/libcli/smb2/flush.c')
-rw-r--r--source4/libcli/smb2/flush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/smb2/flush.c b/source4/libcli/smb2/flush.c
index 0eb5ed7a3b..531322ec4f 100644
--- a/source4/libcli/smb2/flush.c
+++ b/source4/libcli/smb2/flush.c
@@ -50,7 +50,7 @@ struct smb2_request *smb2_flush_send(struct smb2_tree *tree, struct smb2_flush *
NTSTATUS smb2_flush_recv(struct smb2_request *req, struct smb2_flush *io)
{
if (!smb2_request_receive(req) ||
- smb2_request_is_error(req)) {
+ !smb2_request_is_ok(req)) {
return smb2_request_destroy(req);
}