diff options
author | Volker Lendecke <vlendec@samba.org> | 2005-11-20 17:34:56 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:46:32 -0500 |
commit | a6852523d677f6c39a92e0e2b5d970211b29558b (patch) | |
tree | 814c6e25c913b0e259a6e24f3557bbd8bb7c8829 /source4/libcli | |
parent | b31fe2d42b87d797d5f208946029cf8965bf0049 (diff) | |
download | samba-a6852523d677f6c39a92e0e2b5d970211b29558b.tar.gz samba-a6852523d677f6c39a92e0e2b5d970211b29558b.tar.bz2 samba-a6852523d677f6c39a92e0e2b5d970211b29558b.zip |
r11812: Convert winbind to the async bind routines. Also remove tridge's hack for the
winbind "bug" :-)
Volker
(This used to be commit fb9a3c7ef376f289288c71bc47d67f548ddb7194)
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/raw/clitransport.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/libcli/raw/clitransport.c b/source4/libcli/raw/clitransport.c index 83b73f2e30..1cd0a3046e 100644 --- a/source4/libcli/raw/clitransport.c +++ b/source4/libcli/raw/clitransport.c @@ -122,11 +122,7 @@ struct smbcli_transport *smbcli_transport_init(struct smbcli_socket *sock, transport); packet_set_fde(transport->packet, transport->socket->event.fde); -#if 0 - /* winbind relies on non-serialised connections for dcerpc bind. Once that is - fixed we can go back to serialised connections */ packet_set_serialise(transport->packet); -#endif talloc_set_destructor(transport, transport_destructor); return transport; |