Преглед изворни кода

sanity: fix sanity_reply() function name for config exports

Daniel-Constantin Mierla пре 3 година
родитељ
комит
7c52c05b09
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/modules/sanity/sanity_mod.c

+ 1 - 1
src/modules/sanity/sanity_mod.c

@@ -60,7 +60,7 @@ static cmd_export_t cmds[] = {
 		REQUEST_ROUTE|ONREPLY_ROUTE},
 	{"sanity_check", (cmd_function)w_sanity_check, 2, fixup_igp_igp, 0,
 		REQUEST_ROUTE|ONREPLY_ROUTE},
-	{"sanity_check", (cmd_function)w_sanity_reply, 0, 0, 0,
+	{"sanity_reply", (cmd_function)w_sanity_reply, 0, 0, 0,
 		REQUEST_ROUTE|ONREPLY_ROUTE},
 	{"bind_sanity",  (cmd_function)bind_sanity,    0, 0, 0, 0 },
 	{0, 0, 0, 0, 0, 0}