From a2daff204a763324233801958115513bd64c21f1 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 12 Mar 2010 11:23:37 +0100 Subject: [PATCH] Fix #1527 about deadlock during migration --- bacula/src/stored/vol_mgr.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bacula/src/stored/vol_mgr.c b/bacula/src/stored/vol_mgr.c index dff4f21454..6f0de21c41 100644 --- a/bacula/src/stored/vol_mgr.c +++ b/bacula/src/stored/vol_mgr.c @@ -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); } - debug_list_volumes("remove_read_volume"); if (fvol) { read_vol_list->remove(fvol); free_vol_item(fvol); -- 2.39.5