]> git.sur5r.net Git - bacula/rescue/commit
- Remove warning message about multiple saves of hardlinked files
authorKern Sibbald <kern@sibbald.com>
Wed, 7 Dec 2005 10:10:30 +0000 (10:10 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 7 Dec 2005 10:10:30 +0000 (10:10 +0000)
commitad187ffa116892f7395d84fbd2a4be8f40a26d7d
treee7644bdfd1d3246a2127120ef7c1cb441f183f1a
parent14a83c957a1c19584f09384f8e41048821c77db7
- 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.