mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00:00
fix typo in sanlock driver s/VIR_CONF_UONG/VIR_CONF_ULONG/
fix typo introduced in previous commit
This commit is contained in:
parent
ca4f9518b8
commit
ac1ce21550
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user