Address review comments.

This commit is contained in:
Balachandar Namasivayam 2019-03-21 15:23:22 -07:00 committed by Alex Miller
parent 4ed323ac52
commit ac8ad07b45
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ UID getSharedMemoryMachineId() {
// Permissions object defaults to 0644 on *nix, but on windows defaults to allowing access to only the creator.
// On windows, this means that we have to create an elaborate workaround for DACLs
WorldReadablePermissions p;
std::string sharedMemoryIdentifier = format("fdbserver_boost_%s", BOOST_LIB_VERSION);
std::string sharedMemoryIdentifier = "fdbserver_shared_memory_id";
loop {
try {
// "0" is the default parameter "addr"