summaryrefslogtreecommitdiff
path: root/channels/chan_pjsip.c
diff options
context:
space:
mode:
authorMichael L. Young <elgueromexicano@gmail.com>2013-10-02 21:33:42 +0000
committerMichael L. Young <elgueromexicano@gmail.com>2013-10-02 21:33:42 +0000
commite4ed9886e6527cab3858f45e8ba2d5f11a9aed08 (patch)
tree4b45ac8eb8dc5064fcc0d89ca45855271fa99942 /channels/chan_pjsip.c
parent6e2b1a54ab3b3a088fa6414f4d9e4a9206aab734 (diff)
Cast Integer Argument To Unsigned Char
The member reg in the peercnt structure is an unsigned char and peercnt_modify() is expecting an unsigned char argument which gets assigned to peercnt->reg. This patch fixes that by casting the integer argument being passed to peercnt_modify to unsigned char. ........ Merged revisions 400314 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 400315 from http://svn.asterisk.org/svn/asterisk/branches/11 ........ Merged revisions 400316 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@400317 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_pjsip.c')
0 files changed, 0 insertions, 0 deletions