]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip.c: Fix inconsistency between warning and action. 29/4929/1
authorRichard Mudgett <rmudgett@digium.com>
Sat, 11 Feb 2017 17:25:30 +0000 (11:25 -0600)
committerRichard Mudgett <rmudgett@digium.com>
Sun, 12 Feb 2017 21:34:51 +0000 (15:34 -0600)
commit07abb39d6a6f14c0fc518d5ed372167888a13000
tree16aed57f6f08baf60a219feec1358637a5c86a12
parent648d181d2fb62284eb7a2284221b48240a0e876e
res_pjsip.c: Fix inconsistency between warning and action.

The original return value corresponded to AST_SIP_AUTHENTICATION_CHALLENGE
but we have no authenticator registered to create the challenge.

Change-Id: I62368180d774b497411b80fbaabd0c80841f8512
res/res_pjsip.c