mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-10-04 21:40:34 +00:00
tipc: fixed a compile warning in tipc/link.c
Fixes: 5027f233e3
("tipc: add link broadcast get")
Signed-off-by: Hoang Huu Le <hoang.h.le@dektech.com.au>
Acked-by: Jon Maloy <jmaloy@redhat.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
8fc09aff8d
commit
ca75a86337
@ -217,7 +217,7 @@ static int cmd_link_get_bcast_cb(const struct nlmsghdr *nlh, void *data)
|
|||||||
print_string(PRINT_ANY, "method", "%s", "AUTOSELECT");
|
print_string(PRINT_ANY, "method", "%s", "AUTOSELECT");
|
||||||
close_json_object();
|
close_json_object();
|
||||||
open_json_object(NULL);
|
open_json_object(NULL);
|
||||||
print_uint(PRINT_ANY, "ratio", " ratio:%u%\n",
|
print_uint(PRINT_ANY, "ratio", " ratio:%u\n",
|
||||||
mnl_attr_get_u32(props[prop_ratio]));
|
mnl_attr_get_u32(props[prop_ratio]));
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user