cppTango: potential crash at tango::server::utils.cpp:535 when not using a Database
There's a potential crash at tango::server::utils.cpp:535 when not using a Database. In this case, the variable pointing to the 'db' is set to NULL (tango::server::utils.cpp:521) but dereferenced during the call to Logging:init. Trivial to fix however.