vmm_path is no longer temporary

This commit is contained in:
Alexander Babikov
2025-08-22 12:41:35 +05:00
parent 7d38d033b5
commit ec080ef34a
5 changed files with 3 additions and 19 deletions

View File

@@ -259,7 +259,7 @@ struct accelKey def_acc_keys[NUM_ACCELS] = {
.seq="Ctrl+Alt+M" }
};
char vmm_path[1024] = { '\0'}; /* TEMPORARY - VM manager path to scan for VMs */
char vmm_path[1024] = { '\0' }; /* VM manager path to scan for VMs */
int start_vmm = 1;
/* Statistics. */