From 381865896d0db60f79a8667c3455cf53bb7ee24e Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 11 Apr 2008 18:31:30 +0000 Subject: [PATCH] Handle new volume swapping git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6800 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/stored/mount.c | 1 + 1 file changed, 1 insertion(+) 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)) { -- 2.39.5