]> 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)
commit85319cb5b8d9b163972aa8deb764e440824dc72a
tree516943002bb696bad10da84a9461324c44c05b9f
parent91660bf6563c28afb717f734bcf71c06ac514414
- 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