From 2dab2456cc4581e9bbe10f5fcea04a8abe4996f2 Mon Sep 17 00:00:00 2001 From: Dengfeng Liu Date: Mon, 17 Apr 2017 19:20:19 +0800 Subject: [PATCH] Update xkcp_mon.c --- xkcp_mon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xkcp_mon.c b/xkcp_mon.c index bfa9755..bbc080e 100644 --- a/xkcp_mon.c +++ b/xkcp_mon.c @@ -42,7 +42,7 @@ static void process_user_cmd(struct bufferevent *bev, const char *cmd) { debug(LOG_DEBUG, "cmd is %s", cmd); if (strcmp(cmd, "status") == 0) { - dump_task_list(get_xkcp_task_list()); + dump_task_list(get_xkcp_task_list(), bev); } }