diff --git a/src/utils/cpuconf.cpp b/src/utils/cpuconf.cpp index 8ee08846..98899210 100644 --- a/src/utils/cpuconf.cpp +++ b/src/utils/cpuconf.cpp @@ -57,7 +57,7 @@ bool getCpuConf(CpuConf& conf) // Generic, pretend there is one bool getCpuConf(CpuConf& cpus) { - cpu.cpus = 1; + cpus.ncpus = 1; return true; } #endif