mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Use PATH_CONTROL_SOCKET instead of tacking on "bird.ctl" manually.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
static char *opt_list = "s:v";
|
||||
static int verbose;
|
||||
|
||||
static char *server_path = PATH_CONTROL_SOCKET_DIR "/bird.ctl";
|
||||
static char *server_path = PATH_CONTROL_SOCKET;
|
||||
static int server_fd;
|
||||
static int server_reply;
|
||||
static byte server_read_buf[4096];
|
||||
|
Reference in New Issue
Block a user