[ekiga] Fixed a crash in the opal account code



commit 42b9d0e143bbd4acd4187bed874150b53c97d33f
Author: Julien Puydt <jpuydt newton localdomain>
Date:   Sat Nov 12 19:57:52 2011 +0100

    Fixed a crash in the opal account code
    
    One of the constructors wasn't initializing "endpoint" correctly.

 lib/engine/components/opal/opal-account.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/lib/engine/components/opal/opal-account.cpp b/lib/engine/components/opal/opal-account.cpp
index 96e1415..7160eeb 100644
--- a/lib/engine/components/opal/opal-account.cpp
+++ b/lib/engine/components/opal/opal-account.cpp
@@ -154,6 +154,7 @@ Opal::Account::Account (Ekiga::ServiceCore & _core,
                         unsigned _timeout)
   : core (_core)
 {
+  endpoint = core.get<Sip::EndPoint> ("opal-sip-endpoint");
   dead = false;
   state = Unregistered;
   status = _("Unregistered");



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]