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-5.2.1~1281 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4ff201ce2863e0bd73f4fc5c191f377327836a20;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)) {