summaryrefslogtreecommitdiffstats
path: root/pimd/pim_zebra.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2010-02-04 03:08:58 +0100
committerDavid Lamparter <equinox@diac24.net>2010-02-04 03:08:58 +0100
commitd64aaf21c613c4ea3bcb41b718102126540c6d9e (patch)
tree8dfc10f8b03548eb7289643abac636a95fdf26e2 /pimd/pim_zebra.c
parent406aadbf8ec3605115ba9a83d4994c2b61d0f5b3 (diff)
downloadquagga-d64aaf21c613c4ea3bcb41b718102126540c6d9e.tar.bz2
quagga-d64aaf21c613c4ea3bcb41b718102126540c6d9e.tar.xz
pimd: post-merge fixups
Diffstat (limited to 'pimd/pim_zebra.c')
-rw-r--r--pimd/pim_zebra.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pimd/pim_zebra.c b/pimd/pim_zebra.c
index 3530434d..9e3a0ec3 100644
--- a/pimd/pim_zebra.c
+++ b/pimd/pim_zebra.c
@@ -29,6 +29,7 @@
#include "zclient.h"
#include "stream.h"
#include "network.h"
+#include "paths.h"
#include "pimd.h"
#include "pim_pim.h"
@@ -608,7 +609,7 @@ void pim_zebra_init()
#ifdef HAVE_TCP_ZEBRA
zlog_notice("zclient update contacting ZEBRA daemon at socket TCP %s,%d", "127.0.0.1", ZEBRA_PORT);
#else
- zlog_notice("zclient update contacting ZEBRA daemon at socket UNIX %s", ZEBRA_SERV_PATH);
+ zlog_notice("zclient update contacting ZEBRA daemon at socket UNIX %s", path_state (ZEBRA_SERV_NAME));
#endif
/* Socket for receiving updates from Zebra daemon */