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=ad187ffa116892f7395d84fbd2a4be8f40a26d7d;p=bacula%2Frescue - 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. ---