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/config.mk | 2 +- source4/torture/winbind/wscript_build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/torture') diff --git a/source4/torture/winbind/config.mk b/source4/torture/winbind/config.mk index e93070aed7..2bd613d649 100644 --- a/source4/torture/winbind/config.mk +++ b/source4/torture/winbind/config.mk @@ -6,7 +6,7 @@ SUBSYSTEM = smbtorture OUTPUT_TYPE = MERGED_OBJ INIT_FUNCTION = torture_winbind_init PRIVATE_DEPENDENCIES = \ - LIBWBCLIENT LIBWBCLIENT_ASYNC LIBWINBIND-CLIENT torture PAM_ERRORS + LIBWBCLIENT LIBWINBIND-CLIENT torture PAM_ERRORS # End SUBSYSTEM TORTURE_WINBIND ################################# 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