Module: kamailio Branch: master Commit: 964b50b5609c91cead9e9b6db10965ad9593e57d URL: https://github.com/kamailio/kamailio/commit/964b50b5609c91cead9e9b6db10965ad...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2019-06-07T11:54:55+02:00
pv: fixed name for avp_sets() kemi export
---
Modified: src/modules/pv/pv.c
---
Diff: https://github.com/kamailio/kamailio/commit/964b50b5609c91cead9e9b6db10965ad... Patch: https://github.com/kamailio/kamailio/commit/964b50b5609c91cead9e9b6db10965ad...
---
diff --git a/src/modules/pv/pv.c b/src/modules/pv/pv.c index 42ef30676b..e629d66d10 100644 --- a/src/modules/pv/pv.c +++ b/src/modules/pv/pv.c @@ -1749,7 +1749,7 @@ static sr_kemi_t sr_kemi_pvx_exports[] = { SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE } }, { str_init("pvx"), str_init("avp_sets"), - SR_KEMIP_INT, ki_avp_seti, + SR_KEMIP_INT, ki_avp_sets, { SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE } },