File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -1311,8 +1311,7 @@ static void format_item_ext_subtlvs(struct isis_ext_subtlvs *exts,
1311
1311
json_object_array_add (arr_adj_json , flags_json );
1312
1312
if (adj -> subsubtlvs )
1313
1313
isis_format_subsubtlvs (adj -> subsubtlvs ,
1314
- NULL ,
1315
- arr_adj_json ,
1314
+ NULL , flags_json ,
1316
1315
indent + 4 );
1317
1316
}
1318
1317
/* end old deprecated key format */
@@ -1350,8 +1349,7 @@ static void format_item_ext_subtlvs(struct isis_ext_subtlvs *exts,
1350
1349
json_object_array_add (arr_adj_json , flags_json );
1351
1350
if (adj -> subsubtlvs )
1352
1351
isis_format_subsubtlvs (adj -> subsubtlvs ,
1353
- NULL ,
1354
- arr_adj_json ,
1352
+ NULL , flags_json ,
1355
1353
indent + 4 );
1356
1354
}
1357
1355
} else
@@ -1432,8 +1430,7 @@ static void format_item_ext_subtlvs(struct isis_ext_subtlvs *exts,
1432
1430
json_object_array_add (arr_adj_json , flags_json );
1433
1431
if (lan -> subsubtlvs )
1434
1432
isis_format_subsubtlvs (lan -> subsubtlvs ,
1435
- NULL ,
1436
- arr_adj_json ,
1433
+ NULL , flags_json ,
1437
1434
indent + 4 );
1438
1435
}
1439
1436
/* end old deprecated key format */
@@ -1477,8 +1474,7 @@ static void format_item_ext_subtlvs(struct isis_ext_subtlvs *exts,
1477
1474
json_object_array_add (arr_adj_json , flags_json );
1478
1475
if (lan -> subsubtlvs )
1479
1476
isis_format_subsubtlvs (lan -> subsubtlvs ,
1480
- NULL ,
1481
- arr_adj_json ,
1477
+ NULL , flags_json ,
1482
1478
indent + 4 );
1483
1479
}
1484
1480
} else
You can’t perform that action at this time.
0 commit comments