aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-05 21:11:04 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-05 21:11:04 +0000
commitb7df19881b4e10b44370dc5edcf7d302d4f03129 (patch)
treea3526d47027ff63c8475f66a3b454feee41d3714 /channels/chan_sip.c
parentcee569f3efbf0e7bd88d4e9566d511c916114cc8 (diff)
I like it when the tree is not broken.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@128247 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_sip.c')
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 879512ee8..cb63a40c4 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -20644,7 +20644,7 @@ static struct sip_peer *build_peer(const char *name, struct ast_variable *v, str
}
} else if (!strcasecmp(v->name, "type")) {
if (!strcasecmp(v->value, "peer"))
- peer->onlymatchonip = true; /* For realtime support, add type=peer in the table */
+ peer->onlymatchonip = TRUE; /* For realtime support, add type=peer in the table */
} else if (!strcasecmp(v->name, "secret"))
ast_copy_string(peer->secret, v->value, sizeof(peer->secret));
else if (!strcasecmp(v->name, "md5secret"))