]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix two more coverity constant expression result findings.
authorMark Michelson <mmichelson@digium.com>
Mon, 14 May 2012 20:06:58 +0000 (20:06 +0000)
committerMark Michelson <mmichelson@digium.com>
Mon, 14 May 2012 20:06:58 +0000 (20:06 +0000)
commit2e8394925912fb315936074bfa51818204ac9d07
treef710fe705561d1af71b5e84b9ad8b66f12aad301
parent38099582c0e8ba76607cf93cd48e4c2c3e6193c9
Fix two more coverity constant expression result findings.

These correspond to findings 0 and 1 in the core findings of
ASTERISK-19649.

After contacting Mark Spencer, he was unsure of what the intent
behind these lines of code were, so they are being axed.

For Asterisk 1.8 and 10, the output of debugging DUNDi frames
will not be changed, but for trunk the "Retry" portion will
be omitted since it does not properly distinguish retransmissions
from initial frames.

(closes issue ASTERISK-19649)
Reported by Matthew Jordan
........

Merged revisions 366409 from http://svn.asterisk.org/svn/asterisk/branches/1.8

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@366412 65c4cc65-6c06-0410-ace0-fbb531ad65f3
pbx/dundi-parser.c