forked from Mirror/frr
ospf6d: Don't allocate json memory in non-json path
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
1cc380679e
commit
21c6569d6f
|
@ -1242,6 +1242,7 @@ static int ospf6_interface_show(struct vty *vty, struct interface *ifp,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (use_json)
|
||||||
json_auth = json_object_new_object();
|
json_auth = json_object_new_object();
|
||||||
if (oi->at_data.flags != 0) {
|
if (oi->at_data.flags != 0) {
|
||||||
if (use_json) {
|
if (use_json) {
|
||||||
|
|
Loading…
Reference in a new issue