]> git.sur5r.net Git - bacula/bacula/commitdiff
Handle new volume swapping
authorKern Sibbald <kern@sibbald.com>
Fri, 11 Apr 2008 18:31:30 +0000 (18:31 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 11 Apr 2008 18:31:30 +0000 (18:31 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6800 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/stored/mount.c

index 4969a9bb7098c392852ee5c4b388bf271e711103..6055ddb2428abca83d44711962aca5dbd3338dbe 100644 (file)
@@ -142,6 +142,7 @@ mount_next_vol:
              }
              Dmsg0(200, "Again dir_find_next_append...\n");
          }
+         goto mount_next_vol;   
       }
    }
    if (job_canceled(jcr)) {