Fix bug #7020 - smbd using 2G memory.
commitf6bd654a6c878111f0f0f4d07adb644fc3bbf224
authorJeremy Allison <jra@samba.org>
Tue, 5 Jan 2010 22:34:00 +0000 (5 14:34 -0800)
committerJeremy Allison <jra@samba.org>
Tue, 5 Jan 2010 22:34:00 +0000 (5 14:34 -0800)
treede639314746fdfe327fe8272f26572088710e153
parenta08a0ffd37cbf0c87c054a499f549d74598e2db4
Fix bug #7020 - smbd using 2G memory.

When deferring an async pipe writeX and readX transfer
the outstanding request struct onto the conn struct. This
needs freeing after the packet is finally processed.

Jeremy.
source3/smbd/pipes.c