]> git.sur5r.net Git - bacula/docs/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)
commit9b0f172c85c9773604b3a1e72c0100d5080a19b1
treef4e31321b94703057268be3f5df2d0069c71d58d
parentc958a7ea96200d3821520846c282eed641c09850
- 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.