]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Update artificial auth whenever default_realm changes. 86/4986/3
authorRichard Mudgett <rmudgett@digium.com>
Sun, 5 Feb 2017 02:17:36 +0000 (20:17 -0600)
committerRichard Mudgett <rmudgett@digium.com>
Tue, 21 Feb 2017 04:20:53 +0000 (22:20 -0600)
commit6208962b000ad2660b592d91023e64759819faed
tree17f992e8d446bc04f78ba91ffdcbfcefc7f03a18
parent9f11da85a21baac5d248e32ee1cc81ae55c2a991
res_pjsip: Update artificial auth whenever default_realm changes.

There was code attempting to update the artificial authentication object
whenever the default_realm changed.  However, once the artificial
authentication object was created it would never get updated.  The
artificial authentication object would require a system restart for a
change to the default_realm to take effect.

ASTERISK-26799

Change-Id: Id59036e9529c2d3ed728af2ed904dc36e7094802
res/res_pjsip/pjsip_distributor.c