FairMQ: Fix session name modification shm transport.

This commit is contained in:
Alexey Rybalchenko
2017-11-29 10:37:57 +01:00
committed by Mohammad Al-Turany
parent 0dc4000187
commit b967de4a57
2 changed files with 4 additions and 2 deletions

View File

@@ -45,6 +45,8 @@ int main(int argc, char** argv)
notify(vm);
sessionName.resize(8, '_'); // shorten the session name, to accommodate for name size limit on some systems (MacOS)
if (cleanup)
{
cout << "Cleaning up \"" << sessionName << "\"..." << endl;