瀏覽代碼

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 年之前
父節點
當前提交
ac0ff86a0a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 }
 	},