mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
Device.IEEE1905.AL.NetworkTopology.IEEE1905Device.{i}.BridgingTuple.{i}.InterfaceList: Increase buffer size
This commit is contained in:
parent
755437ebe8
commit
b6b51138b6
1 changed files with 1 additions and 1 deletions
|
|
@ -1523,7 +1523,7 @@ static int get_IEEE1905ALNetworkTopologyIEEE1905DeviceBridgingTuple_InterfaceLis
|
|||
{
|
||||
json_object *json_obj = NULL;
|
||||
char *mac_addr = NULL;
|
||||
char buf[256] = {0};
|
||||
char buf[4096] = {0};
|
||||
unsigned pos = 0;
|
||||
int idx = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue