libcli/smb: make sure we remove the writev_send() request when a request is destroyed
authorStefan Metzmacher <metze@samba.org>
Fri, 29 May 2015 14:14:40 +0000 (16:14 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 12 Jun 2015 15:08:18 +0000 (17:08 +0200)
commit006042ac126261e87089fb9835c28789e8aeae1b
treec5245e028f673e2ef9791fdf311f44091583a64e
parentf3982eb2c7f1d17a013dacfd430a3752e6ef4ae4
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>
libcli/smb/smbXcli_base.c