]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip.c: Fix inconsistency between warning and action. 28/4928/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:38 +0000 (15:34 -0600)
commit02c43d559776874b048d8b75c3e99170f89661cc
tree7fe7f3af7e3db4f0837f1aa4b088496c636ccfde
parentabf95615184b3780793d97e1b03fb7fa97ac90f4
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