2
0
Эх сурвалжийг харах

sanity: fix sanity_reply() function name for config exports

Daniel-Constantin Mierla 3 жил өмнө
parent
commit
7c52c05b09

+ 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}