1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2025-01-07 04:15:32 +00:00

sip: origin: Codestyle

This commit is contained in:
Evangelos Ribeiro Tzaras 2022-06-03 12:14:27 +02:00
parent e91d6258ad
commit 7847c72560

View file

@ -956,7 +956,7 @@ setup_nua (CallsSipOrigin *self)
self->address = g_strconcat (self->user, "@", self->host, NULL);
from_str = g_strconcat (self->protocol_prefix, ":", self->address, NULL);
g_object_notify_by_pspec(G_OBJECT (self), props[PROP_ACC_ADDRESS]);
g_object_notify_by_pspec (G_OBJECT (self), props[PROP_ACC_ADDRESS]);
use_sips = check_sips (from_str);
use_ipv6 = check_ipv6 (self->host);