mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Use PATH_CONTROL_SOCKET instead of tacking on "bird.ctl" manually.
This commit is contained in:
parent
cd44b46651
commit
d69e5ff2ad
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user