Kaynağa Gözat

kex: updating the exported expected parameters to match the functions

- Mismatch between export and function declaration with regards to the quantity of parameters
Samuel 7 yıl önce
ebeveyn
işleme
ac0ff86a0a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/modules/kex/kex_mod.c

+ 1 - 1
src/modules/kex/kex_mod.c

@@ -264,7 +264,7 @@ static sr_kemi_t sr_kemi_kex_exports[] = {
 	},
 	{ str_init("kex"), str_init("resetdebug"),
 		SR_KEMIP_INT, ki_kex_resetdebug,
-		{ SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_NONE,
+		{ SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE,
 			SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
 	},