summaryrefslogtreecommitdiff
path: root/src/account.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/account.c')
-rw-r--r--src/account.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/account.c b/src/account.c
index 1ddab6f..ff28a41 100644
--- a/src/account.c
+++ b/src/account.c
@@ -572,6 +572,7 @@ int account_debug(struct re_printf *pf, const struct account *acc)
}
err |= re_hprintf(pf, " ptime: %u\n", acc->ptime);
err |= re_hprintf(pf, " regint: %u\n", acc->regint);
+ err |= re_hprintf(pf, " pubint: %u\n", acc->pubint);
err |= re_hprintf(pf, " regq: %s\n", acc->regq);
err |= re_hprintf(pf, " rtpkeep: %s\n", acc->rtpkeep);
err |= re_hprintf(pf, " sipnat: %s\n", acc->sipnat);