flexisip_tester.c: fix gcc compilation error..

This commit is contained in:
Gautier Pelloux-Prayer 2016-03-03 16:03:40 +01:00
parent 3d26551819
commit 8070025d85

View file

@ -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");