diff --git a/libmodprobe/libmodprobe.cpp b/libmodprobe/libmodprobe.cpp index 1a40da122..8cc0b9b2e 100644 --- a/libmodprobe/libmodprobe.cpp +++ b/libmodprobe/libmodprobe.cpp @@ -447,7 +447,7 @@ bool Modprobe::IsBlocklisted(const std::string& module_name) { // Softdeps are taken care in InsmodWithDeps(). bool Modprobe::LoadModulesParallel(int num_threads) { bool ret = true; - std::unordered_map> mod_with_deps; + std::map> mod_with_deps; // Get dependencies for (const auto& module : module_load_) {