From cd369a1ad6aaf7523f122dffc68a45c5ba3d204c Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Fri, 31 Mar 2017 14:55:23 +0200 Subject: [PATCH] fix Makefile.am --- coreapi/error_info.c | 1 + mediastreamer2 | 2 +- tester/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/coreapi/error_info.c b/coreapi/error_info.c index 3add603a9..4fc26252a 100644 --- a/coreapi/error_info.c +++ b/coreapi/error_info.c @@ -35,6 +35,7 @@ static void error_info_clone(LinphoneErrorInfo *ei, const LinphoneErrorInfo *oth ei->phrase = bctbx_strdup(other->phrase); ei->warnings = bctbx_strdup(other->warnings); ei->full_string = bctbx_strdup(other->full_string); + ei->protocol_code = other->protocol_code; } BELLE_SIP_INSTANCIATE_VPTR(LinphoneErrorInfo, belle_sip_object_t, diff --git a/mediastreamer2 b/mediastreamer2 index 81dd23b31..1e4c039d3 160000 --- a/mediastreamer2 +++ b/mediastreamer2 @@ -1 +1 @@ -Subproject commit 81dd23b3125568af5aa4a2973105a1c98a153986 +Subproject commit 1e4c039d348a28cb9fffbcf7beb966976d1add19 diff --git a/tester/Makefile.am b/tester/Makefile.am index f54380a5c..efe2837ed 100644 --- a/tester/Makefile.am +++ b/tester/Makefile.am @@ -77,7 +77,7 @@ RCFILES = \ rcfiles/remote_zero_length_params_rc\ rcfiles/stun_rc\ rcfiles/upnp_rc\ - rcfiles/zero_length_params_rc\ + rcfiles/zero_length_params_rc IMAGE_FILES = images/linphone.svg images/nowebcamCIF.jpg images/nowebcamVGA.jpg