summaryrefslogtreecommitdiff
path: root/lib/zclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/zclient.c')
-rw-r--r--lib/zclient.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/zclient.c b/lib/zclient.c
index 27cc095f12..32414f34d1 100644
--- a/lib/zclient.c
+++ b/lib/zclient.c
@@ -2785,8 +2785,7 @@ int srv6_manager_connect(struct zclient *zclient)
zlog_debug("SRv6 Manager connect request sent (%d bytes)", ret);
/* read response */
- if (zclient_read_sync_response(zclient, cmd)
- != 0)
+ if (zclient_read_sync_response(zclient, cmd) != 0)
return -1;
s = zclient->ibuf;