[PATCH] libwbclient: Call correct function for wbcPingDc2 test

Christof Schmitt cs at samba.org
Tue Jul 8 15:52:36 MDT 2014


On Tue, Jul 08, 2014 at 09:29:30PM +0200, Volker Lendecke wrote:
> On Tue, Jul 08, 2014 at 12:06:35PM -0700, Christof Schmitt wrote:
> > >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>
> 
> Reviewed-by: me.

Thank you. Pushed to autobuild.

> 
> Volker
> 
> > ---
> >  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
> > 
> 
> -- 
> SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
> phone: +49-551-370000-0, fax: +49-551-370000-9
> AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
> http://www.sernet.de, mailto:kontakt at sernet.de


More information about the samba-technical mailing list