Use PATH_CONTROL_SOCKET instead of tacking on "bird.ctl" manually.
This commit is contained in:
parent
cd44b46651
commit
d69e5ff2ad
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue