r1121: Fix memory leak in the trans2 signing code.
authorAndrew Bartlett <abartlet@samba.org>
Sun, 13 Jun 2004 23:08:47 +0000 (23:08 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:51:56 +0000 (10:51 -0500)
commitee23a4237d427ce72d6a8c5f180ef48d6454cddc
tree395f83550ad6ebd9cefb26c63f739a601816103d
parent1745ce4e2cf7fcb4c27c077973258d157cd241b1
r1121: Fix memory leak in the trans2 signing code.

We would start the trans2 state, which is fine, but never pull the
expected reply off the packet queue.

I'm not sure if this is still a major problem after jra's recent 'no
duplicate mids on the list' change, but I think this is correct
anyway.
source/libsmb/smb_signing.c