Skip to content
  • Cosimo Cecchi's avatar
    dbus: don't initialize aliases lazily · 28ff2955
    Cosimo Cecchi authored
    Since we call gkd_secret_service_get_alias() from a worker thread, we
    should not modify the aliases hash table, or doing I/O from there.
    Just initialize the aliases hash table during construction.
    28ff2955