Fix bug #7020 - smbd using 2G memory.
commitcabe8f0ee859013d49fba011a5a9ac0112d7b001
authorJeremy Allison <jra@samba.org>
Tue, 5 Jan 2010 22:38:56 +0000 (5 14:38 -0800)
committerKarolin Seeger <kseeger@samba.org>
Mon, 11 Jan 2010 11:07:16 +0000 (11 12:07 +0100)
treeb8d53a9c3896c7b3c8ee66bf6527c1bf89c748db
parent6a448ef299b24d3d02bb402c54105affd8e92b85
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