提交 2381af47 编写于 作者: W Wang Rui 提交者: Ján Tomko

daemon: Fix indentation in libvirtd.c

Signed-off-by: NWang Rui <moon.wangrui@huawei.com>
上级 ace06985
...@@ -803,11 +803,11 @@ static void daemonReloadHandler(virNetServerPtr srv ATTRIBUTE_UNUSED, ...@@ -803,11 +803,11 @@ static void daemonReloadHandler(virNetServerPtr srv ATTRIBUTE_UNUSED,
siginfo_t *sig ATTRIBUTE_UNUSED, siginfo_t *sig ATTRIBUTE_UNUSED,
void *opaque ATTRIBUTE_UNUSED) void *opaque ATTRIBUTE_UNUSED)
{ {
VIR_INFO("Reloading configuration on SIGHUP"); VIR_INFO("Reloading configuration on SIGHUP");
virHookCall(VIR_HOOK_DRIVER_DAEMON, "-", virHookCall(VIR_HOOK_DRIVER_DAEMON, "-",
VIR_HOOK_DAEMON_OP_RELOAD, SIGHUP, "SIGHUP", NULL, NULL); VIR_HOOK_DAEMON_OP_RELOAD, SIGHUP, "SIGHUP", NULL, NULL);
if (virStateReload() < 0) if (virStateReload() < 0)
VIR_WARN("Error while reloading drivers"); VIR_WARN("Error while reloading drivers");
} }
static int daemonSetupSignals(virNetServerPtr srv) static int daemonSetupSignals(virNetServerPtr srv)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册