Fix wrong fifo name
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
int main() {
|
||||
const char *message_queue_path =
|
||||
"/djumbai/fifos/mailqueue";
|
||||
"/djumbai/fifos/message_queue";
|
||||
|
||||
// Open the FIFO for writing
|
||||
int queue_fd;
|
||||
|
||||
Reference in New Issue
Block a user