]> git.sur5r.net Git - bacula/bacula/commit
- Added argument to berrno::strerror() to pass errno.
authorKern Sibbald <kern@sibbald.com>
Thu, 2 Sep 2004 12:36:58 +0000 (12:36 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 2 Sep 2004 12:36:58 +0000 (12:36 +0000)
commit7a20076e2172459092f575e14e32f6740b38ca49
tree60da54ad1ed757a4cd3728a3a8ba2e6ca529d564
parent4abad60ad9093b1ed8e6d185373994f2070da5af
- Added argument to berrno::strerror() to pass errno.
- Cleaned up a few more old strerror() calls and eliminated a
  few of the now unnecessary set_errno() calls.
- Fixed a bug in the polling code that prevented more than 100
  label reads (insanity check disabled if polling).
- Ignore bad return from open_device() if polling.
- Short circuit code if fatal error return from read_label() in
  mount.c

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1578 91ce42f0-d328-0410-95d8-f526ca767f89
bacula/src/dird/fd_cmds.c
bacula/src/dird/job.c
bacula/src/lib/berrno.h
bacula/src/stored/askdir.c
bacula/src/stored/device.c
bacula/src/stored/label.c
bacula/src/stored/mount.c
bacula/src/stored/protos.h
bacula/src/stored/spool.c