diff options
-rw-r--r-- | client/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/client.c b/client/client.c index 5381577..c57627f 100644 --- a/client/client.c +++ b/client/client.c @@ -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]; |