s3:smbd: missing tevent_req_nterror
commit94239853d78aeb111053539dca73e1cffb694f9c
authorRalph Boehme <slow@samba.org>
Thu, 16 Apr 2015 20:28:25 +0000 (16 22:28 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 27 Apr 2015 21:54:48 +0000 (27 23:54 +0200)
treef5763281803e0772d3f503cea5ea6745dbf8a35f
parent8478c00764b359d5e5ec078885dc5142cee1c579
s3:smbd: missing tevent_req_nterror

The error code path in case fsp == NULL misses a call
tevent_req_nterror().

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

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit ad52dcdf5de6f5f2c2ee156d93ebbb343f39e526)
source3/smbd/aio.c