[Asterisk-code-review] chan iax: Ensure that IAX flags are 64 bits (asterisk[master])

Y Ateya asteriskteam at digium.com
Tue Apr 28 13:40:03 CDT 2015


Y Ateya has uploaded a new patch set (#2).

Change subject: chan_iax: Ensure that IAX flags are 64 bits
......................................................................

chan_iax: Ensure that IAX flags are 64 bits

Flags are 64 bits. Without LLU suffix the value of 1<<31 is negative. Although it
doesn't have effect on current implementation; but it will be problem if more
flags are added.

Change-Id: Ic290c81cfbbbf062872392d99d3322932cc49487
---
M channels/chan_iax2.c
1 file changed, 31 insertions(+), 31 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/73/273/2
-- 
To view, visit https://gerrit.asterisk.org/273
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ic290c81cfbbbf062872392d99d3322932cc49487
Gerrit-PatchSet: 2
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Y Ateya <y.ateya at starkbits.com>



More information about the asterisk-code-review mailing list