1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

s3:smbd: fix the build in smb2_ioctl.c

metze
This commit is contained in:
Stefan Metzmacher 2009-06-05 21:04:37 +02:00
parent 140fe782a9
commit b25227a177

View File

@ -311,7 +311,7 @@ static struct tevent_req *smbd_smb2_ioctl_send(TALLOC_CTX *mem_ctx,
}
if (overflow) {
tevent_req_nterror(STATUS_BUFFER_OVERFLOW);
tevent_req_nterror(req, STATUS_BUFFER_OVERFLOW);
} else {
tevent_req_done(req);
}