From: Kern Sibbald Date: Tue, 23 Feb 2010 09:19:16 +0000 (+0100) Subject: Ensure SD asks for help when looping even if poll set. Fixes bug #1513 X-Git-Tag: Release-5.0.1~9 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a044099ab0d5256ec1155164505b17433b445e08;p=bacula%2Fbacula Ensure SD asks for help when looping even if poll set. Fixes bug #1513 --- diff --git a/bacula/src/stored/mount.c b/bacula/src/stored/mount.c index 6e8fabaab4..d2bd8aedaf 100644 --- a/bacula/src/stored/mount.c +++ b/bacula/src/stored/mount.c @@ -88,7 +88,7 @@ bool DCR::mount_next_write_volume() mount_next_vol: Dmsg1(150, "mount_next_vol retry=%d\n", retry); /* Ignore retry if this is poll request */ - if (!dev->poll && retry++ > 4) { + if (retry++ > 4) { /* Last ditch effort before giving up, force operator to respond */ VolCatInfo.Slot = 0; unlock_volumes();