From c83068ed7c0b1fb195b37f8601a3973057aeb1a4 Mon Sep 17 00:00:00 2001
From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
Date: Mon, 2 Feb 2009 17:11:29 -0500
Subject: [PATCH] Fix bug in sipvoiplink.cpp

---
 src/sipvoiplink.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/sipvoiplink.cpp b/src/sipvoiplink.cpp
index e3fc11b792..52e31d4350 100644
--- a/src/sipvoiplink.cpp
+++ b/src/sipvoiplink.cpp
@@ -477,7 +477,6 @@ SIPVoIPLink::hangup(const CallID& id)
         return false;
 
     call->getInvSession()->mod_data[getModId()] = NULL;
-    return true;
 
     // Release RTP thread
     if (Manager::instance().isCurrentCall(id)) {
-- 
GitLab