From 608d312485a96444c06d0a3c644b02acd876893c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Wed, 17 Sep 2014 09:18:44 +0200 Subject: [PATCH] Fix compilation error --- coreapi/linphone_tunnel_stubs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/linphone_tunnel_stubs.c b/coreapi/linphone_tunnel_stubs.c index a79ee5eb6..cacfb99fe 100644 --- a/coreapi/linphone_tunnel_stubs.c +++ b/coreapi/linphone_tunnel_stubs.c @@ -86,4 +86,4 @@ void linphone_tunnel_configure(LinphoneTunnel *tunnel){ } void linphone_tunnel_enable_sip_packets_transport(LinphoneTunnel *tunnel, bool_t enable) {} -bool_t linphone_tunnel_sip_packets_transport_is_enabled(const LinphoneTunnel *tunnel) {} +bool_t linphone_tunnel_sip_packets_transport_is_enabled(const LinphoneTunnel *tunnel) { return FALSE; }