]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_header_funcs: Various cleanups
authorSean Bright <sean.bright@gmail.com>
Thu, 15 Feb 2018 20:09:33 +0000 (15:09 -0500)
committerSean Bright <sean.bright@gmail.com>
Sun, 18 Feb 2018 14:07:17 +0000 (09:07 -0500)
commit1a7ad4c9cff4da504bf5d21dad8fb78efda26613
tree0078777444aa65ae43650892104feaa91521a71f
parentd09954b1925b44c61ed4587218ffa4f9ad9baf87
res_pjsip_header_funcs: Various cleanups

 * Prefer strcasecmp() over stricmp()
 * Use a list with no lock since we never actually lock
 * Minor cleanups to error messages

Change-Id: I8446f44795ee8f3072e1c1f9193c6912dfc0c42b
res/res_pjsip_header_funcs.c