summaryrefslogtreecommitdiff
path: root/res/res_pjsip_endpoint_identifier_ip.c
diff options
context:
space:
mode:
authorKevin Harwell <kharwell@digium.com>2015-03-13 14:55:44 +0000
committerKevin Harwell <kharwell@digium.com>2015-03-13 14:55:44 +0000
commitd42c6adb1aa40b7c919bc6854a46a266db0810e7 (patch)
treee66ba649c6829ffccef556a517e757734f40f14e /res/res_pjsip_endpoint_identifier_ip.c
parentf2c21ead1f7ad3a47c5ec396778c7700bf19139e (diff)
Revert - res_pjsip: Allow configuration of endpoint identifier query order
Due to a break in binary compatibility with some other modules these changes are being reverted until the issue can be resolved. ASTERISK-24840 Reported by: Mark Michelson ........ Merged revisions 432868 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@432869 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_pjsip_endpoint_identifier_ip.c')
-rw-r--r--res/res_pjsip_endpoint_identifier_ip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/res_pjsip_endpoint_identifier_ip.c b/res/res_pjsip_endpoint_identifier_ip.c
index d1c91a27c..4bd4f122e 100644
--- a/res/res_pjsip_endpoint_identifier_ip.c
+++ b/res/res_pjsip_endpoint_identifier_ip.c
@@ -150,7 +150,6 @@ static struct ast_sip_endpoint *ip_identify(pjsip_rx_data *rdata)
}
static struct ast_sip_endpoint_identifier ip_identifier = {
- .name = "ip",
.identify_endpoint = ip_identify,
};