fix typo in sanlock driver s/VIR_CONF_UONG/VIR_CONF_ULONG/

fix typo introduced in previous commit
This commit is contained in:
Daniel P. Berrange 2014-12-15 10:08:06 +00:00
parent ca4f9518b8
commit ac1ce21550

View File

@ -141,7 +141,7 @@ static int virLockManagerSanlockLoadConfig(const char *configFile)
} }
p = virConfGetValue(conf, "host_id"); 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; if (p) driver->hostID = p->l;
p = virConfGetValue(conf, "require_lease_for_disks"); p = virConfGetValue(conf, "require_lease_for_disks");