Fix wrong fifo name
This commit is contained in:
parent
f2fe2233f1
commit
8a4fce37e4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue