s4:libcli/smb2: ignore SMB2_OP_CANCEL responses
authorStefan Metzmacher <metze@samba.org>
Wed, 28 Sep 2011 06:23:24 +0000 (08:23 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 28 Sep 2011 15:29:12 +0000 (17:29 +0200)
commit1f4bf0fb0fbcecd6de92047f6f68bf822af67a09
treece28ad0ada668ee5a8a5f836dac1adc1ab0569b7
parentcaef1c7d2132fb9f669dd1e77c06172408386fc3
s4:libcli/smb2: ignore SMB2_OP_CANCEL responses

If there're a problem with signing or the session doesn't exists
any more the server responses with a failure, instead of not
sending a response.

For now we ignore the reponse, as there's not much we could do with it
and it's not likely that we generate bad requests, which trigger
that behavior, except for testing.

metze
source4/libcli/smb2/transport.c