]> 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)
commit03ea6d869f4e776d934be4f817dc9c47e643a298
tree894965e4b1b0bdd52745f70abaf05270fc84ff23
parent8cd0428621b30e2dd46f827f8a020554989ed2e1
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