From ac1ce2155083d11cd5ce1f4f6bd2e7bbe4ae918d Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Mon, 15 Dec 2014 10:08:06 +0000 Subject: [PATCH] fix typo in sanlock driver s/VIR_CONF_UONG/VIR_CONF_ULONG/ fix typo introduced in previous commit --- src/locking/lock_driver_sanlock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locking/lock_driver_sanlock.c b/src/locking/lock_driver_sanlock.c index b24e910e07..60f305c43b 100644 --- a/src/locking/lock_driver_sanlock.c +++ b/src/locking/lock_driver_sanlock.c @@ -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"); -- GitLab