[PATCH] libwbclient: Call correct function for wbcPingDc2 test

Christof Schmitt cs at samba.org
Tue Jul 8 13:06:35 MDT 2014


>From 6b8feadd4406e9417319fab478a72310edf3424f Mon Sep 17 00:00:00 2001
From: Christof Schmitt <cs at samba.org>
Date: Tue, 8 Jul 2014 12:03:37 -0700
Subject: [PATCH] libwbclient: Call correct function for wbcPingDc2 test

Signed-off-by: Christof Schmitt <cs at samba.org>
---
 nsswitch/libwbclient/tests/wbclient.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/nsswitch/libwbclient/tests/wbclient.c b/nsswitch/libwbclient/tests/wbclient.c
index 771b848..f40ce52 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);
-- 
1.7.1



More information about the samba-technical mailing list