]> xenbits.xensource.com Git - libvirt.git/commitdiff
fix typo in sanlock driver s/VIR_CONF_UONG/VIR_CONF_ULONG/
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 15 Dec 2014 10:08:06 +0000 (10:08 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 15 Dec 2014 10:08:06 +0000 (10:08 +0000)
fix typo introduced in previous commit

src/locking/lock_driver_sanlock.c

index b24e910e07f6ada0d626cf8d3b3ec72dab2b14e3..60f305c43bbba94834f430aa6365f884d50b99a1 100644 (file)
@@ -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");