From 3414d03545205eda9fb47890e01b780485a613c6 Mon Sep 17 00:00:00 2001
From: Vyacheslav Trushkin <me@dogonthesun.net>
Date: Wed, 30 Nov 2011 21:03:44 +0400
Subject: lib: clearing zclient.c for some cases of building

lib/zclient.c: using of HAVE_TCP_ZEBRA in zclient_socket_*
definitions extended by else clause.
---
 lib/zclient.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'lib')

diff --git a/lib/zclient.c b/lib/zclient.c
index 3d5be918..a5d5b7ff 100644
--- a/lib/zclient.c
+++ b/lib/zclient.c
@@ -179,7 +179,7 @@ zclient_socket(void)
   return sock;
 }
 
-#endif /* HAVE_TCP_ZEBRA */
+#else
 
 /* For sockaddr_un. */
 #include <sys/un.h>
@@ -214,6 +214,8 @@ zclient_socket_un (const char *path)
   return sock;
 }
 
+#endif /* HAVE_TCP_ZEBRA */
+
 /**
  * Connect to zebra daemon.
  * @param zclient a pointer to zclient structure
-- 
cgit v1.2.1