From: Kern Sibbald Date: Fri, 15 Sep 2006 13:06:10 +0000 (+0000) Subject: kes Put attach_dcr_to_dev in a subroutine. X-Git-Tag: Release-2.0.0~447 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7a792c0b568473896780d70663a5bcc9638d508e;p=bacula%2Frescue kes Put attach_dcr_to_dev in a subroutine. kes Make attaching/detaching to/from a device use a flag and only detach if actually attached. kes Add dvd-simulator.in to scripts directory and add to configure. kes Fix code in acquire.c that checks fd != 0 to use dev->is_open(). This could be a cause of a number of drive reservation problems. Note, this code is now in attach_dcr_to_dev(). kes Suppress doing Volume updates if it is a system job. This should prevent the DVD label blocking. kes Clear the freespace ok flag in a couple of strategic places. ---