summaryrefslogtreecommitdiff
path: root/source4/torture/winbind
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2010-10-12 06:13:57 +0200
committerKai Blin <kai@samba.org>2010-10-12 07:05:31 +0000
commit5ad0ed21814e721cc36b72bf2ed13d9b37c4b7d2 (patch)
treec9ef54beba624838e501630b6aee38431187498e /source4/torture/winbind
parentf768b32e37788e6722217148b0a73e54c04bc03a (diff)
downloadsamba-5ad0ed21814e721cc36b72bf2ed13d9b37c4b7d2.tar.gz
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 <kai@samba.org> Autobuild-Date: Tue Oct 12 07:05:31 UTC 2010 on sn-devel-104
Diffstat (limited to 'source4/torture/winbind')
-rw-r--r--source4/torture/winbind/config.mk2
-rw-r--r--source4/torture/winbind/wscript_build2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/winbind/config.mk b/source4/torture/winbind/config.mk
index e93070aed78..2bd613d649b 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 8fc4f0d3bf5..81650b2e3ef 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
)