libcli/smb: remove unused split of read_fd and write_fd
commit2eeecae74150572aa314983462646e13ea11acac
authorStefan Metzmacher <metze@samba.org>
Thu, 28 May 2015 11:22:19 +0000 (28 13:22 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 30 Jun 2015 02:19:08 +0000 (30 04:19 +0200)
treedbde380583a336236c1d2bea15948c716cb7bae2
parent92c456d8e932d177c1825070d8a2b488959bced6
libcli/smb: remove unused split of read_fd and write_fd

The tevent epoll backend supports separate read and write tevent_fd structure
on a single fd, so there's no need for a dup() anymore.

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 8f42df235dc825a103631fdf0e37e1c1d03cf420)
libcli/smb/smbXcli_base.c