s3:smbd: missing tevent_req_nterror
authorRalph Boehme <slow@samba.org>
Thu, 16 Apr 2015 20:28:25 +0000 (22:28 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 21 Apr 2015 20:26:21 +0000 (22:26 +0200)
commitad52dcdf5de6f5f2c2ee156d93ebbb343f39e526
treedb91be11c5e090452a50d01ea7d65d2cf8906f85
parent6b1f757f837f051774132152cb9e80d4c86c161e
s3:smbd: missing tevent_req_nterror

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

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