0
0
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:
Martin Mares 2000-05-08 14:29:30 +00:00
parent cd44b46651
commit d69e5ff2ad

View File

@ -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];