Commit 110e7c5d authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Purely cosmetic: VCL_Poll() should be called inside cli_mtx.

parent 651cbd15
......@@ -76,8 +76,8 @@ cli_cb_before(const struct cli *cli)
ASSERT_CLI();
VSL(SLT_CLI, NO_VXID, "Rd %s", VSB_data(cli->cmd));
VCL_Poll();
Lck_Lock(&cli_mtx);
VCL_Poll();
}
static void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment