We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd269c commit e0adf32Copy full SHA for e0adf32
arx_control/aspCommon.cpp
@@ -90,7 +90,7 @@ bool ATmega::open() {
90
91
return found;
92
} else {
93
- _lock = sem_open(_sn.c_str(), O_CREAT, 0660, 1);
+ _lock = sem_open(_sn.c_str(), O_CREAT, 0666, 1);
94
if( _lock == SEM_FAILED ) {
95
_lock = NULL;
96
return false;
0 commit comments