]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix #1527 about deadlock during migration
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 12 Mar 2010 10:23:37 +0000 (11:23 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:49:39 +0000 (16:49 +0200)
bacula/src/stored/vol_mgr.c

index dff4f21454a6c23ef81391227b2ec8d2d7a9257d..6f0de21c41cb1ac93fbe2c35d66c02258872ffd9 100644 (file)
@@ -178,7 +178,6 @@ void remove_read_volume(JCR *jcr, const char *VolumeName)
    if (fvol) {
       Dmsg3(dbglvl, "remove_read_vol=%s JobId=%d found=%d\n", VolumeName, jcr->JobId, fvol!=NULL);
    }
    if (fvol) {
       Dmsg3(dbglvl, "remove_read_vol=%s JobId=%d found=%d\n", VolumeName, jcr->JobId, fvol!=NULL);
    }
-   debug_list_volumes("remove_read_volume");
    if (fvol) {
       read_vol_list->remove(fvol);
       free_vol_item(fvol);
    if (fvol) {
       read_vol_list->remove(fvol);
       free_vol_item(fvol);