From: Eric Bollengier Date: Fri, 12 Mar 2010 10:23:37 +0000 (+0100) Subject: Fix #1527 about deadlock during migration X-Git-Tag: Release-5.2.1~1604 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a2daff204a763324233801958115513bd64c21f1;p=bacula%2Fbacula Fix #1527 about deadlock during migration --- 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);