From 6951cd416c38158e0382f18877dd3ed6c2842afe Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Thu, 5 Apr 2012 17:30:38 -0400 Subject: [PATCH] * #9572: sipvoiplink: fixed typo --- daemon/src/sip/sipvoiplink.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/src/sip/sipvoiplink.cpp b/daemon/src/sip/sipvoiplink.cpp index 2afd40b29d..4c9dd1638e 100644 --- a/daemon/src/sip/sipvoiplink.cpp +++ b/daemon/src/sip/sipvoiplink.cpp @@ -519,7 +519,7 @@ bool SIPVoIPLink::getEvent() // We have to register the external thread so it could access the pjsip frameworks if (!pj_thread_is_registered()) { DEBUG("%s: Registering thread", __PRETTY_FUNCTION__); - pj_thread_register(NULL, desc, &thread); + pj_thread_register(NULL, desc, &thread_); } static const pj_time_val timeout = {0, 10}; -- GitLab