Skip to content

Commit e0adf32

Browse files
committed
Is this a bad idea?
1 parent 0dd269c commit e0adf32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arx_control/aspCommon.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ bool ATmega::open() {
9090

9191
return found;
9292
} else {
93-
_lock = sem_open(_sn.c_str(), O_CREAT, 0660, 1);
93+
_lock = sem_open(_sn.c_str(), O_CREAT, 0666, 1);
9494
if( _lock == SEM_FAILED ) {
9595
_lock = NULL;
9696
return false;

0 commit comments

Comments
 (0)