override getConfig fix
This commit is contained in:
parent
eaf2c77dda
commit
63ce362b7a
@ -49,6 +49,7 @@ void initSharedMemory() {
|
||||
} else if (answer == "override") {
|
||||
deleteSharedMemory();
|
||||
initSharedMemory();
|
||||
getConfig();
|
||||
}
|
||||
} else {
|
||||
std::cout << "Shared Memory is (Re-) allocated with Key: " << vkvm::impl.sharedMemoryKey << std::endl;
|
||||
|
Loading…
Reference in New Issue
Block a user