libwbclient: Call correct function for wbcPingDc2 test
authorChristof Schmitt <cs@samba.org>
Tue, 8 Jul 2014 19:03:37 +0000 (12:03 -0700)
committerChristof Schmitt <cs@samba.org>
Wed, 9 Jul 2014 16:36:08 +0000 (18:36 +0200)
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

nsswitch/libwbclient/tests/wbclient.c

index 771b848533c45add4ec05f82c83d391583b00f05..f40ce52dbee5934ef99a81839b980645d286cc53 100644 (file)
@@ -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);