r11635: fix a handling of packet_send in the smb client lib
commit97cd824e44b03178706b108c7a78753faf412e8f
authorStefan Metzmacher <metze@samba.org>
Thu, 10 Nov 2005 09:12:36 +0000 (10 09:12 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:46:03 +0000 (10 13:46 -0500)
tree1f8e1a37c1d473f5a74440d9f3733f40b9bde05a
parent91dfa4c28d280aff8dbf46cf1e174b5b317ba322
r11635: fix a handling of packet_send in the smb client lib

this was cause of the PANIC on the build farm on metze01

as we use req->out.buffer from the old request in the smb_raw_ntcancel()
and send a 0 TID, that causes our server code to crash
(a fix for the server code will follow)

metze
source/libcli/raw/clitransport.c