From 325baf37fffde738dcbb37a096d79f07b23586b2 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 28 Sep 2009 21:36:15 -0700 Subject: [PATCH] Don't defer a talloc_move'd pointer. Jeremy. --- source3/smbd/aio.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/source3/smbd/aio.c b/source3/smbd/aio.c index ed415c5..c0367a5 100644 --- a/source3/smbd/aio.c +++ b/source3/smbd/aio.c @@ -295,7 +295,7 @@ bool schedule_aio_write_and_X(connection_struct *conn, if (!srv_send_smb(smbd_server_fd(),aio_ex->outbuf, true, aio_ex->req->seqnum+1, IS_CONN_ENCRYPTED(fsp->conn), - &req->pcd)) { + &aio_ex->req->pcd)) { exit_server_cleanly("handle_aio_write: srv_send_smb " "failed."); } -- 1.5.4.3