[Pkg-voip-commits] [janus] 246/282: Fixed typo

Jonas Smedegaard dr at jones.dk
Wed Dec 20 21:53:45 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.2.6-1
in repository janus.

commit d417d36cf1a5f91b063a4c1396fd90b745ea1c6e
Author: Lorenzo Miniero <lminiero at gmail.com>
Date:   Mon Dec 4 12:12:04 2017 +0100

    Fixed typo
---
 plugins/janus_sip.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/janus_sip.c b/plugins/janus_sip.c
index 03fc538..dfb730a 100644
--- a/plugins/janus_sip.c
+++ b/plugins/janus_sip.c
@@ -1000,7 +1000,7 @@ void janus_sip_create_session(janus_plugin_session *handle, int *error) {
 	janus_sip_session *session = g_malloc0(sizeof(janus_sip_session));
 	session->handle = handle;
 	session->account.identity = NULL;
-	session->account.force_udp = TRUE;
+	session->account.force_udp = FALSE;
 	session->account.sips = TRUE;
 	session->account.username = NULL;
 	session->account.display_name = NULL;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/janus.git



More information about the Pkg-voip-commits mailing list