summaryrefslogtreecommitdiffstats
path: root/nsswitch
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2014-07-08 12:03:37 -0700
committerChristof Schmitt <cs@samba.org>2014-07-09 18:36:08 +0200
commitc863c3a2fc2919fcc2418457896908dca59c6583 (patch)
treeaa157906623d42bdd7337204ee499d1d8fd5f283 /nsswitch
parent04e9d020c97c2dcd360b1845907f4c396d5671dc (diff)
downloadsamba-c863c3a2fc2919fcc2418457896908dca59c6583.tar.gz
samba-c863c3a2fc2919fcc2418457896908dca59c6583.tar.xz
samba-c863c3a2fc2919fcc2418457896908dca59c6583.zip
libwbclient: Call correct function for wbcPingDc2 test
Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Christof Schmitt <cs@samba.org> Autobuild-Date(master): Wed Jul 9 18:36:08 CEST 2014 on sn-devel-104
Diffstat (limited to 'nsswitch')
-rw-r--r--nsswitch/libwbclient/tests/wbclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/libwbclient/tests/wbclient.c b/nsswitch/libwbclient/tests/wbclient.c
index 771b848533..f40ce52dbe 100644
--- a/nsswitch/libwbclient/tests/wbclient.c
+++ b/nsswitch/libwbclient/tests/wbclient.c
@@ -704,7 +704,7 @@ struct torture_suite *torture_wbclient(void)
torture_suite_add_simple_test(suite, "wbcPing", test_wbc_ping);
torture_suite_add_simple_test(suite, "wbcPingDc", test_wbc_pingdc);
- torture_suite_add_simple_test(suite, "wbcPingDc2", test_wbc_pingdc);
+ torture_suite_add_simple_test(suite, "wbcPingDc2", test_wbc_pingdc2);
torture_suite_add_simple_test(suite, "wbcLibraryDetails", test_wbc_library_details);
torture_suite_add_simple_test(suite, "wbcInterfaceDetails", test_wbc_interface_details);
torture_suite_add_simple_test(suite, "wbcSidTypeString", test_wbc_sidtypestring);