mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 19:13:19 +00:00
lib: eliminate odd line-break
Signed-off-by: Hiroki Shirokura <slank.dev@gmail.com>
This commit is contained in:
parent
fbaa42f744
commit
8dcb27e6d9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user