bareos: bareos-17.2 cb5d872e

Author Committer Branch Timestamp Parent
frank stephand bareos-17.2 2017-08-24 18:24 bareos-17.2 1becba16 Pending
Changeset Reset JobStatus to previous JobStatus in status SD and FD loops

We need to reset the JobStatus value to its previous after each storage or client status call,
otherwise if we receive an JS_Error for one storage or client, all the following status calls
will fail as well.

This could happen for example if a client or storage is offline but more status calls to other
clients and storages will follow in the loop.

(cherry picked from commit 751787aa81c60b1003b3c75c1a0fc6d38eb967ee)
mod - src/dird/ua_status.c Diff File