[asterisk-scf-commits] asterisk-scf/release/bridging.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Tue Jun 19 13:40:17 CDT 2012


branch "master" has been updated
       via  856621e33c3aa7d12db76324a83e42be6628c0d9 (commit)
      from  b1d811d91f3814e17351f9d6a5e4e3573dbde368 (commit)

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


- Log -----------------------------------------------------------------
commit 856621e33c3aa7d12db76324a83e42be6628c0d9
Author: Brent Eagles <beagles at digium.com>
Date:   Tue Jun 19 16:10:03 2012 -0230

    Fix ridiculous typo.

diff --git a/src/ListenerManager.h b/src/ListenerManager.h
index 7f14421..6db0404 100644
--- a/src/ListenerManager.h
+++ b/src/ListenerManager.h
@@ -183,7 +183,7 @@ public:
         if(mInitThread)
         {
             mInitThread->stop();
-            mInitThead = 0;
+            mInitThread = 0;
         }
     }
 

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


-- 
asterisk-scf/release/bridging.git



More information about the asterisk-scf-commits mailing list