Explorar el Código

sipcapture: updating the exported expected parameters to match the functions

- Mismatch between export and function declaration with regards to the quantity of parameters
Samuel hace 7 años
padre
commit
171b7ada1c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/modules/sipcapture/sipcapture.c

+ 1 - 1
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"),