libcli/smb: make sure we remove the writev_send() request when a request is destroyed
commita66870b9ae422f4a3e84333d3724539a9ae65600
authorStefan Metzmacher <metze@samba.org>
Fri, 29 May 2015 14:14:40 +0000 (29 16:14 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 30 Jun 2015 02:19:08 +0000 (30 04:19 +0200)
tree1c9916a845217cb842b3a713d95c3a1fedcf4621
parentb909752b904f2bec6a6af056ee3490e4e928b909
libcli/smb: make sure we remove the writev_send() request when a request is destroyed

This way smbXcli_conn_disconnect() removes all tevent_fd structures attached to
the sock_fd before closing it.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11316

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
(cherry picked from commit 006042ac126261e87089fb9835c28789e8aeae1b)
libcli/smb/smbXcli_base.c