[asterisk-scf-commits] asterisk-scf/integration/sip.git branch "queue-shutdown" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Fri Jun 24 16:26:34 CDT 2011


branch "queue-shutdown" has been updated
       via  7e5c7f003fefb179ba7d4861a6bbea00b74ff064 (commit)
      from  397eed56f8c9621c4e6a3fc9910405d5acca69af (commit)

Summary of changes:
 src/PJSipSessionModuleConstruction.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
commit 7e5c7f003fefb179ba7d4861a6bbea00b74ff064
Author: Mark Michelson <mmichelson at digium.com>
Date:   Fri Jun 24 16:23:15 2011 -0500

    Change shutDown to shutdown

diff --git a/src/PJSipSessionModuleConstruction.cpp b/src/PJSipSessionModuleConstruction.cpp
index 9db407e..ace8e3e 100644
--- a/src/PJSipSessionModuleConstruction.cpp
+++ b/src/PJSipSessionModuleConstruction.cpp
@@ -160,7 +160,7 @@ PJSipSessionModule::~PJSipSessionModule()
 {
     try
     {
-        mPoolQueue->shutDown();
+        mPoolQueue->shutdown();
     }
     catch (const ShuttingDown&)
     {

-----------------------------------------------------------------------


-- 
asterisk-scf/integration/sip.git



More information about the asterisk-scf-commits mailing list