提交 ac1ce215 编写于 作者: D Daniel P. Berrange

fix typo in sanlock driver s/VIR_CONF_UONG/VIR_CONF_ULONG/

fix typo introduced in previous commit
上级 ca4f9518
......@@ -141,7 +141,7 @@ static int virLockManagerSanlockLoadConfig(const char *configFile)
}
p = virConfGetValue(conf, "host_id");
CHECK_TYPE("host_id", VIR_CONF_UONG);
CHECK_TYPE("host_id", VIR_CONF_ULONG);
if (p) driver->hostID = p->l;
p = virConfGetValue(conf, "require_lease_for_disks");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册