libcli/smb: remove unused split of read_fd and write_fd
authorStefan Metzmacher <metze@samba.org>
Thu, 28 May 2015 11:22:19 +0000 (13:22 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 12 Jun 2015 15:08:18 +0000 (17:08 +0200)
commit8f42df235dc825a103631fdf0e37e1c1d03cf420
tree64461aa52dedd7f4745899132a152f1a2db1d206
parent46e1aa22b12eacc3567f7897716ae07837545c23
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>
libcli/smb/smbXcli_base.c