mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 01:40:16 +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);
|
zlog_debug("SRv6 Manager connect request sent (%d bytes)", ret);
|
||||||
|
|
||||||
/* read response */
|
/* read response */
|
||||||
if (zclient_read_sync_response(zclient, cmd)
|
if (zclient_read_sync_response(zclient, cmd) != 0)
|
||||||
!= 0)
|
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
s = zclient->ibuf;
|
s = zclient->ibuf;
|
||||||
|
Loading…
Reference in New Issue
Block a user