diff --git a/AUTHORS b/AUTHORS index 016bd15427..6b228ecbd7 100644 --- a/AUTHORS +++ b/AUTHORS @@ -255,6 +255,7 @@ Patches have also been contributed by: Richa Marwaha Peter Feiner Frido Roose + Asad Saeed [....send patches to get your name here....] diff --git a/src/locking/lock_driver_sanlock.c b/src/locking/lock_driver_sanlock.c index 9ec99dd7d4..f046102f6a 100644 --- a/src/locking/lock_driver_sanlock.c +++ b/src/locking/lock_driver_sanlock.c @@ -242,7 +242,7 @@ static int virLockManagerSanlockSetupLockspace(void) virReportSystemError(-rv, _("Unable to add lockspace %s"), path); - goto error_unlink; + goto error; } else { VIR_DEBUG("Lockspace %s is already registered", path); }