From: Kern Sibbald Date: Sat, 19 Jun 2010 06:23:35 +0000 (+0200) Subject: Fix crash from rw_lock/unlock miss match X-Git-Tag: Release-7.0.0~1746 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5ce7090d353ef100d6c02ad2caea4653279af4ec;p=bacula%2Fbacula Fix crash from rw_lock/unlock miss match --- diff --git a/bacula/src/stored/mount.c b/bacula/src/stored/mount.c index 1c9f884bce..ed6839fc28 100644 --- a/bacula/src/stored/mount.c +++ b/bacula/src/stored/mount.c @@ -116,7 +116,7 @@ mount_next_vol: // lock_volumes(); if (!find_a_volume()) { - goto no_lock_bail_out; + goto bail_out; } if (job_canceled(jcr)) {