summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Jordan <mjordan@digium.com>2015-05-01 06:55:49 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2015-05-01 06:55:49 -0500
commitec0f80b6e8d5f6952bdf48e8f19a024ebc64840e (patch)
tree919f61ef3b95a1afa3988d7676a2e8cdd435019a
parented51fbbe9c084e9dfc7527a128646b5ed5337851 (diff)
parent4b8cddfb36288723fd6b65b7e65d15da2bbd2d41 (diff)
Merge "res_pjsip_outbound_authenticator_digest: Add missing outbound authenticator callback." into 13
-rw-r--r--res/res_pjsip_outbound_authenticator_digest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res_pjsip_outbound_authenticator_digest.c b/res/res_pjsip_outbound_authenticator_digest.c
index aa35fbac0..8616b6caf 100644
--- a/res/res_pjsip_outbound_authenticator_digest.c
+++ b/res/res_pjsip_outbound_authenticator_digest.c
@@ -158,6 +158,7 @@ static int digest_create_request_with_auth(const struct ast_sip_auth_vector *aut
static struct ast_sip_outbound_authenticator digest_authenticator = {
.create_request_with_auth = digest_create_request_with_auth,
+ .create_request_with_auth_from_old = digest_create_request_with_auth_from_old,
};
static int load_module(void)