diff options
author | Maria Matejka <mq@ucw.cz> | 2024-06-24 11:10:07 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2024-06-27 04:14:38 +0200 |
commit | f3b6661ddda9a9c2591444799ff88cd82621d06b (patch) | |
tree | ae4ac9154932587ffe1c8acc64effb9fb44806c1 /sysdep/unix/io.c | |
parent | a95fff37937171302167e670bd8b6e80d447cf65 (diff) |
Additional CLI sockets can be now configured in the config file
If the user has such a need, they may configure additional sockets
in the config file. This may work for e.g. some advanced access control.
Diffstat (limited to 'sysdep/unix/io.c')
-rw-r--r-- | sysdep/unix/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/io.c b/sysdep/unix/io.c index 5a0dde8e..ba2e1661 100644 --- a/sysdep/unix/io.c +++ b/sysdep/unix/io.c @@ -2431,7 +2431,7 @@ io_loop(void) } void -test_old_bird(char *path) +test_old_bird(const char *path) { int fd; struct sockaddr_un sa; |