diff options
author | David Lamparter <equinox@diac24.net> | 2010-02-04 03:08:58 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2010-02-04 03:08:58 +0100 |
commit | d64aaf21c613c4ea3bcb41b718102126540c6d9e (patch) | |
tree | 8dfc10f8b03548eb7289643abac636a95fdf26e2 /pimd/pim_zebra.c | |
parent | 406aadbf8ec3605115ba9a83d4994c2b61d0f5b3 (diff) | |
download | quagga-d64aaf21c613c4ea3bcb41b718102126540c6d9e.tar.bz2 quagga-d64aaf21c613c4ea3bcb41b718102126540c6d9e.tar.xz |
pimd: post-merge fixups
Diffstat (limited to 'pimd/pim_zebra.c')
-rw-r--r-- | pimd/pim_zebra.c | 3 |
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 */ |