From 8070025d853685a1934eca60260a5f0c6bf1a7b9 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Thu, 3 Mar 2016 16:03:40 +0100 Subject: [PATCH] flexisip_tester.c: fix gcc compilation error.. --- tester/flexisip_tester.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tester/flexisip_tester.c b/tester/flexisip_tester.c index 36ef4ee27..745b5b03d 100644 --- a/tester/flexisip_tester.c +++ b/tester/flexisip_tester.c @@ -957,9 +957,9 @@ static void test_subscribe_notify_with_sipp_publisher(void) { linphone_core_manager_destroy(marie); linphone_core_manager_destroy(pauline); } -static void test_subscribe_notify_with_sipp_publisher_double_publish(void) { //does not work because sipp seams not able to manage 2 call id in case file #if 0 +static void test_subscribe_notify_with_sipp_publisher_double_publish(void) { char *scen; FILE * sipp_out; LinphoneCoreManager* pauline = linphone_core_manager_new( "pauline_rc"); @@ -997,8 +997,8 @@ static void test_subscribe_notify_with_sipp_publisher_double_publish(void) { linphone_core_manager_destroy(marie); linphone_core_manager_destroy(pauline); -#endif } +#endif static void test_publish_unpublish(void) { LinphoneCoreManager* marie = linphone_core_manager_new( "marie_rc");