summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2008-07-05 21:11:04 +0000
committerJoshua Colp <jcolp@digium.com>2008-07-05 21:11:04 +0000
commiteff212635ccc642af2f5a0cde019fb9d23585043 (patch)
treea3526d47027ff63c8475f66a3b454feee41d3714 /channels
parent318fd4186b53876729c506f97787b94eeaa7c9d4 (diff)
I like it when the tree is not broken.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@128247 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-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"))