Skip to content
  • Matthias Clasen's avatar
    Fix make check · ef5d4d55
    Matthias Clasen authored
    g_thread_init() causes a hash table to be allocated (in read_aliases).
    Since hash tables are now a bit larger, we need to bump one of the
    probe sizes to avoid our probe slice being used for the aliases
    hash table.
    ef5d4d55