summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2015-10-31 20:09:30 +0100
committerAlfred E. Heggestad <aeh@db.org>2015-10-31 20:09:30 +0100
commit3399a0dc05a07d36b363f5a73b7d6b704b667143 (patch)
tree3ae380fab8716d4b35c4f35ffec766f1a205bfe3
parent7c2feeeafb9ffb672697872adda0bdb155df53bc (diff)
account: print pubint
-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);