[ekiga] h323-endpoint: add the username in authentication



commit 25a0f5e8eab146ed75d0ee077b25471cf0609959
Author: VÃctor Manuel JÃquez Leal <vjaquez igalia com>
Date:   Mon Dec 3 15:35:21 2012 +0100

    h323-endpoint: add the username in authentication
    
    Not only the password should be used for the gatekeeper
    authentication, but the username too.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=690618

 lib/engine/components/opal/h323-endpoint.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/engine/components/opal/h323-endpoint.cpp b/lib/engine/components/opal/h323-endpoint.cpp
index cf2ba7b..412887e 100644
--- a/lib/engine/components/opal/h323-endpoint.cpp
+++ b/lib/engine/components/opal/h323-endpoint.cpp
@@ -319,7 +319,7 @@ Opal::H323::EndPoint::Register (const Opal::Account& account)
       AddAliasName (manager.GetDefaultDisplayName ());
     }
 
-    SetGatekeeperPassword (account.get_password ());
+    SetGatekeeperPassword (account.get_password (), account.get_username ());
     SetGatekeeperTimeToLive (account.get_timeout () * 1000);
     bool result = UseGatekeeper (account.get_host ());
 



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