Explorar el Código

rtpengine: 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
ede35768d5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/modules/rtpengine/rtpengine.c

+ 1 - 1
src/modules/rtpengine/rtpengine.c

@@ -3674,7 +3674,7 @@ static sr_kemi_t sr_kemi_rtpengine_exports[] = {
     },
     { str_init("rtpengine"), str_init("set_rtpengine_set2"),
         SR_KEMIP_INT, ki_set_rtpengine_set2,
-        { SR_KEMIP_INT, SR_KEMIP_NONE, SR_KEMIP_NONE,
+        { SR_KEMIP_INT, SR_KEMIP_INT, SR_KEMIP_NONE,
             SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
     },