add generic purpose FIFO service to the tunnel

This commit is contained in:
lxsang
2020-08-09 00:51:26 +02:00
parent f0ec25e00a
commit d2aa1f3557
10 changed files with 290 additions and 16 deletions

Binary file not shown.

View File

@@ -401,7 +401,6 @@ int main(int argc, char** argv)
if(msg_read(fd, &msg) == -1)
{
M_ERROR(MODULE_NAME, "Unable to read message from channel. quit");
(void) close(fd);
running = 0;
}
else