From 5ad0ed21814e721cc36b72bf2ed13d9b37c4b7d2 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Tue, 12 Oct 2010 06:13:57 +0200 Subject: libwbclient: Remove half-finished async implementation The old approach on doing async libwbclient was never really finished. Go ahead and remove this implementation. Autobuild-User: Kai Blin Autobuild-Date: Tue Oct 12 07:05:31 UTC 2010 on sn-devel-104 --- source4/torture/winbind/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/winbind/wscript_build') diff --git a/source4/torture/winbind/wscript_build b/source4/torture/winbind/wscript_build index 8fc4f0d3bf..81650b2e3e 100644 --- a/source4/torture/winbind/wscript_build +++ b/source4/torture/winbind/wscript_build @@ -5,6 +5,6 @@ bld.SAMBA_MODULE('TORTURE_WINBIND', autoproto='proto.h', subsystem='smbtorture', init_function='torture_winbind_init', - deps='LIBWBCLIENT LIBWBCLIENT_ASYNC LIBWINBIND-CLIENT torture PAM_ERRORS', + deps='LIBWBCLIENT LIBWINBIND-CLIENT torture PAM_ERRORS', internal_module=True ) -- cgit