summaryrefslogtreecommitdiff
path: root/src/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.h')
-rw-r--r--src/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.h b/src/core.h
index 5466eca..3974215 100644
--- a/src/core.h
+++ b/src/core.h
@@ -61,7 +61,7 @@ struct account {
char *mencid; /**< Media encryption type */
const struct mnat *mnat; /**< MNAT module */
const struct menc *menc; /**< MENC module */
- char *outbound[2]; /**< Optional SIP outbound proxies */
+ char *outboundv[2]; /**< Optional SIP outbound proxies */
uint32_t ptime; /**< Configured packet time in [ms] */
uint32_t regint; /**< Registration interval in [seconds] */
uint32_t pubint; /**< Publication interval in [seconds] */