mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-03-14 21:20:28 +01:00
Fix compilation
This commit is contained in:
parent
6c0d9dda7c
commit
4df27a6597
1 changed files with 0 additions and 8 deletions
|
|
@ -1938,14 +1938,6 @@ static int operate_IPDiagnostics_DownloadDiagnostics(char *refparam, struct dmct
|
|||
char *download_enable_per_connection_results = dmjson_get_value((json_object *)value, 1, "EnablePerConnectionResults");
|
||||
char *proto = (bbfdatamodel_type == BBFDM_USP) ? "usp" : "both_proto";
|
||||
|
||||
download_url,
|
||||
ip_interface,
|
||||
download_interface,
|
||||
download_dscp,
|
||||
download_ethernet_priority,
|
||||
download_proto,
|
||||
proto);
|
||||
|
||||
dmubus_call_blocking("bbf.diag", "download",
|
||||
UBUS_ARGS{
|
||||
{"url", download_url, String},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue