Fix bug 6774 - smbd crashes if "aio write behind" is set.
commit951991df2976b5f8f57c0418257d9d817ebda661
authorJeremy Allison <jra@samba.org>
Fri, 9 Oct 2009 17:01:29 +0000 (9 10:01 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 12 Oct 2009 08:47:39 +0000 (12 10:47 +0200)
tree2728161ca27456d66ba10991b0be017ad2de994a
parenta13f8bf949300079419cd86982012212323fcb65
Fix bug 6774 - smbd crashes if "aio write behind" is set.

Don't dereference a talloc_move'd pointer.

Jeremy.
source3/smbd/aio.c