From: Kern Sibbald Date: Fri, 11 Apr 2008 18:31:30 +0000 (+0000) Subject: Handle new volume swapping X-Git-Tag: Release-3.0.0~1565 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=381865896d0db60f79a8667c3455cf53bb7ee24e;p=bacula%2Fbacula Handle new volume swapping git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6800 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/stored/mount.c b/bacula/src/stored/mount.c index 4969a9bb70..6055ddb242 100644 --- a/bacula/src/stored/mount.c +++ b/bacula/src/stored/mount.c @@ -142,6 +142,7 @@ mount_next_vol: } Dmsg0(200, "Again dir_find_next_append...\n"); } + goto mount_next_vol; } } if (job_canceled(jcr)) {