Merge "res_pjsip_outbound_authenticator_digest: Add missing outbound authenticator callback." into 13

changes/12/312/6
Matt Jordan 10 years ago committed by Gerrit Code Review
commit ec0f80b6e8

@ -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)

Loading…
Cancel
Save