Fix typo
This commit is contained in:
parent
2ac806f8e1
commit
7eeaf2ee94
|
@ -238,7 +238,7 @@ public:
|
|||
*/
|
||||
bool gebruikersActief() {
|
||||
auto resultaat = execute(["who"]);
|
||||
return resultaat.output.splitLines().length 1= 0;
|
||||
return resultaat.output.splitLines().length != 0;
|
||||
}
|
||||
|
||||
void sluitAf() {
|
||||
|
|
Loading…
Reference in a new issue