From: Kern Sibbald Date: Wed, 7 Dec 2005 10:10:30 +0000 (+0000) Subject: - Remove warning message about multiple saves of hardlinked files X-Git-Tag: Release-1.38.3~38 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9b0f172c85c9773604b3a1e72c0100d5080a19b1;p=bacula%2Fdocs - Remove warning message about multiple saves of hardlinked files from find_one.c as it can generate too many warning messages. 06Dec05 - Reset timeout values before select() per patch from Frank Sweetser for problems with non-blocking sockets. - Unlink the state file if either reading or writing it gets errors. Hopefully this will fix Win32 exit problems. - Add sanity check in append.c to ensure that dcr is not NULL. This can happen if multiple drive autochanger SCSI control channel and drive indicies do not correspond. ---