diff options
author | Everton Marques <everton.marques@gmail.com> | 2014-09-23 19:33:34 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-05-30 03:01:50 +0200 |
commit | 1b91e000c6cb18016fcb596dd02da03bfd4c1638 (patch) | |
tree | a9c3ee6f0c7cdbf8f82912b86996f04dd1febcbe /lib/zclient.c | |
parent | zebra_rib: Revert work-around for zebra marking recursive static route as ina... (diff) | |
download | frr-1b91e000c6cb18016fcb596dd02da03bfd4c1638.tar.xz frr-1b91e000c6cb18016fcb596dd02da03bfd4c1638.zip |
zclient: Revert lib export of zclient_socket()/zclient_socket_un().
Diffstat (limited to 'lib/zclient.c')
-rw-r--r-- | lib/zclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zclient.c b/lib/zclient.c index f7a4acb12..4fe5398e6 100644 --- a/lib/zclient.c +++ b/lib/zclient.c @@ -214,7 +214,7 @@ zclient_socket(void) /* For sockaddr_un. */ #include <sys/un.h> -int +static int zclient_socket_un (const char *path) { int ret; |