]> 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>
Sat, 20 Apr 2013 12:50:38 +0000 (14:50 +0200)
commit6192ebdd506ce369274cd28f0567806c3308d1d3
tree050a2432da4d00a2c0d6400be10b56c9eebfb7c5
parent12225209be5dff8cd660954594d416bdb12d1eb7
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