bareos: master 1073835c

Author Committer Branch Timestamp Parent
Marco van Wieringen Marco van Wieringen master 2013-05-04 13:51 master 71ac15af Pending
Changeset Tear down of daemons is flawed.

When one of the servers is teared down in most daemons the thread
spawned for handling the bnet_thread_server or the main thread
never closes all sockets and releases the workq as most of the time
the thread is just shot inflight and as a side effect things get
cleaned up. When the process exits resources are released but its
not very clean.

Fixes 0000053: Tear down of daemons is flawed.
mod - src/dird/dird.c Diff File
mod - src/dird/job.c Diff File
mod - src/dird/ua_server.c Diff File
mod - src/filed/filed.c Diff File
mod - src/lib/bnet_server.c Diff File
mod - src/lib/protos.h Diff File
mod - src/stored/ndmp_tape.c Diff File
mod - src/stored/stored.c Diff File