]> git.sur5r.net Git - bacula/bacula/commit
Move storages tls initialization to proper place.
authorMarco van Wieringen <mvw@planets.elm.net>
Thu, 19 Apr 2012 12:05:13 +0000 (14:05 +0200)
committerKern Sibbald <kern@sibbald.com>
Mon, 28 May 2012 09:09:03 +0000 (11:09 +0200)
commitc7c1bd8cdc402d25236c4afa5488a7d93f2fac69
treecfc8f75546f08bcf6359f73937b2075f728c78db
parentead77262722e411aadcda99109cd521e290cf5c2
Move storages tls initialization to proper place.

We initialize all tls stuff in the check_resources function except
for the tls stuff for storages which we initialize in the
check_catalog function because we walk the storages there already.
This might be an optimization but it doesn't make sense its better
to check the whole resources stuff in the check_resources function
as the name seems to imply that is what is done there.
bacula/src/dird/dird.c