Skip to content
Commit 33976aa6 authored by Gabriel Souza Franco's avatar Gabriel Souza Franco Committed by Glen Ditchfield
Browse files

Use lazy global initialization of Config singleton

The eager initialization was triggering early construction of
Instance::sIdentifier, breaking akonaditest. The test runner overrides
the environment variable AKONADI_INSTANCE before initializing the
server. By statically constructing sIdentifier, the setup code is too
late to change the value, leading to an assertion failure.
parent b71307a4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment