Skip to content
  • Gabriel Souza Franco's avatar
    Use lazy global initialization of Config singleton · 805b31cc
    Gabriel Souza Franco authored
    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.
    805b31cc