mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-06 03:25:31 +00:00
sip: origin: fix direct connection case
This commit is contained in:
parent
c9949a5f9f
commit
706a667547
1 changed files with 2 additions and 2 deletions
|
@ -510,8 +510,8 @@ init_sip_account (CallsSipOrigin *self,
|
|||
|
||||
g_return_val_if_fail (CALLS_IS_SIP_ORIGIN (self), FALSE);
|
||||
|
||||
if (self->use_direct_connection && !is_account_complete (self)) {
|
||||
g_debug ("Account not set yet. Using user and hostname");
|
||||
if (self->use_direct_connection) {
|
||||
g_debug ("Direct connection case. Using user and hostname");
|
||||
setup_account_for_direct_connection (self);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue