r11714: put in a workaround for a winbind problem volker asked me about. The
authorAndrew Tridgell <tridge@samba.org>
Mon, 14 Nov 2005 03:48:55 +0000 (03:48 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:46:17 +0000 (13:46 -0500)
commit6f49a2404cde1e3e8a20e7ce270e28191ab9037e
treec4119c03e0f7c89176050f558e4e47ac8f08fc07
parent614950aed35353854019db5cccec5b3154643ca3
r11714: put in a workaround for a winbind problem volker asked me about. The
problem is that winbind currently relies on being able to receive on a
smb connection from within the same connections receive routine. This
means it relies on a non-serialised connection, so disable the
serialisation until winbind is fixed.

The correct fix will be to get rid of full_request() in dcerpc.c so
that bind requests can be fully async.
(This used to be commit c4115293d83a4a6d103e049c5832d4bcdc0a9dbc)
source4/libcli/raw/clitransport.c