]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip.c: Fix inconsistency between warning and action. 27/4927/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:32:47 +0000 (15:32 -0600)
commita46a21642e162e1862028cfc43998a04dc9818b5
treea6e1ddd6207dc5245851e8239714c104e750c32b
parentc7fcc4468ffd54066129a982ff5b0a3cdfa7c5e0
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