Fix wrong fifo name

This commit is contained in:
2024-05-12 16:52:24 +01:00
parent f2fe2233f1
commit 8a4fce37e4

View File

@@ -2,7 +2,7 @@
int main() { int main() {
const char *message_queue_path = const char *message_queue_path =
"/djumbai/fifos/mailqueue"; "/djumbai/fifos/message_queue";
// Open the FIFO for writing // Open the FIFO for writing
int queue_fd; int queue_fd;