]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Use PATH_CONTROL_SOCKET instead of tacking on "bird.ctl" manually.
authorMartin Mares <mj@ucw.cz>
Mon, 8 May 2000 14:29:30 +0000 (14:29 +0000)
committerMartin Mares <mj@ucw.cz>
Mon, 8 May 2000 14:29:30 +0000 (14:29 +0000)
client/client.c

index 5381577f183829ce737c1e5722799f8972bdadb7..c57627f42a34035da32aff03cdfb8c6a8dd56111 100644 (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];