Fix wrong fifo name
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user