فهرست منبع

lcr: updating the exported expected parameters to match the functions

- Mismatch between export and function declaration with regards to the quantity of parameters
Samuel 7 سال پیش
والد
کامیت
bb35d3aff7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/modules/lcr/lcr_mod.c

+ 1 - 1
src/modules/lcr/lcr_mod.c

@@ -3374,7 +3374,7 @@ static sr_kemi_t sr_kemi_lcr_exports[] = {
 	},
 	{ str_init("lcr"), str_init("load_gws_furi"),
 		SR_KEMIP_INT, ki_load_gws_furi,
-		{ SR_KEMIP_INT, SR_KEMIP_STR, SR_KEMIP_NONE,
+		{ SR_KEMIP_INT, SR_KEMIP_STR, SR_KEMIP_STR,
 			SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
 	},
 	{ str_init("lcr"), str_init("next_gw"),