]> git.ipfire.org Git - thirdparty/samba.git/commit
s3:smbd: remove now unused check if fsp is NULL
authorRalph Boehme <slow@samba.org>
Wed, 31 Oct 2018 09:21:31 +0000 (10:21 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 2 Nov 2018 20:21:14 +0000 (21:21 +0100)
commit3fa45900c0ada6596daf09aa4c5054974f3394b0
tree8242619198f7afc41bb13e4bc87064248383c60c
parent07eb805cde4db6ac74740e3cfbc56ab6f8e2118a
s3:smbd: remove now unused check if fsp is NULL

This was used internally to mark an aio request as cancelled. As the aio
cancellation functionality has been removed, we can now also remove this
check.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=13667

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/aio.c