linux important bugfix and general improvements #101

Merged
gaisser merged 8 commits from KSat/fsfw:mueller_Linux_Bugfix into master 2020-06-23 20:28:14 +02:00
Owner

Fixes #100

Fixes #100
muellerr added the
feature
bug
Documentation
labels 2020-06-06 16:17:30 +02:00
gaisser approved these changes 2020-06-08 11:59:18 +02:00
@ -72,0 +75,4 @@
case(EEXIST): {
// An error occured during open
// We need to distinguish if it is caused by an already created queue
if (errno == EEXIST) {
Owner

This is a duplicate with line 75.

This is a duplicate with line 75.
Author
Owner

duplication fixed

duplication fixed
gaisser closed this pull request 2020-06-23 20:28:14 +02:00
gaisser deleted branch mueller_Linux_Bugfix 2020-06-23 20:28:21 +02:00
Sign in to join this conversation.
No description provided.