From 171b7ada1cc2bd658b8b05efde0c5681ac9c4eed Mon Sep 17 00:00:00 2001 From: Samuel Date: Sun, 26 Nov 2017 21:11:41 +0100 Subject: [PATCH] sipcapture: updating the exported expected parameters to match the functions - Mismatch between export and function declaration with regards to the quantity of parameters --- src/modules/sipcapture/sipcapture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/sipcapture/sipcapture.c b/src/modules/sipcapture/sipcapture.c index fbb697d18b0..171e1d035c1 100644 --- a/src/modules/sipcapture/sipcapture.c +++ b/src/modules/sipcapture/sipcapture.c @@ -3114,7 +3114,7 @@ static sr_kemi_t sr_kemi_sipcapture_exports[] = { }, { str_init("sipcapture"), str_init("sip_capture_mode"), SR_KEMIP_INT, ki_sip_capture_mode, - { SR_KEMIP_NONE, SR_KEMIP_STR, SR_KEMIP_NONE, + { SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE } }, { str_init("sipcapture"), str_init("report_capture"),