Skip to content
Snippets Groups Projects
Commit 76618d53 authored by Johannes Rudolph's avatar Johannes Rudolph
Browse files

fix indend

parent 8233d124
No related branches found
No related tags found
1 merge request!35Johannes/hoodselctor filter own respondd response
...@@ -165,7 +165,7 @@ static struct json_object * respondd_provider_hoodselector(void) { ...@@ -165,7 +165,7 @@ static struct json_object * respondd_provider_hoodselector(void) {
if(mesh_on_lan_wan) if(mesh_on_lan_wan)
json_object_object_add(ret, "mesh", mesh_on_lan_wan); json_object_object_add(ret, "mesh", mesh_on_lan_wan);
json_object_object_add(ret, "mac", gluonutil_wrap_and_free_string(gluonutil_get_sysconfig("primary_mac"))); json_object_object_add(ret, "mac", gluonutil_wrap_and_free_string(gluonutil_get_sysconfig("primary_mac")));
return ret; return ret;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment