mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
flexisip_tester.c: fix gcc compilation error..
This commit is contained in:
parent
3d26551819
commit
8070025d85
1 changed files with 2 additions and 2 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue