[ekiga/v4_0] h323-endpoint: add the username in authentication
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga/v4_0] h323-endpoint: add the username in authentication
- Date: Mon, 14 Jan 2013 17:46:53 +0000 (UTC)
commit dd24b4b6b9e0b8ed2048051319270564f1b79b9c
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]