summaryrefslogtreecommitdiff
path: root/modules/account/account.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/account/account.c')
-rw-r--r--modules/account/account.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/account/account.c b/modules/account/account.c
index 46a6861..9cd4235 100644
--- a/modules/account/account.c
+++ b/modules/account/account.c
@@ -45,7 +45,7 @@ static int account_write_template(const char *file)
pass = "pass";
}
- domain = net_domain();
+ domain = net_domain(baresip_network());
if (!domain)
domain = "domain";