summaryrefslogtreecommitdiff
path: root/recipes-connectivity/lora/lora-basic-station/lora-basic-station-sys-linux-log-fix.patch
blob: 83be08066eb9bf2b7770361279db9e454f88f838 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/src-linux/sys_linux.c b/src-linux/sys_linux.c
index f8286c8..7afc073 100644
--- a/src-linux/sys_linux.c
+++ b/src-linux/sys_linux.c
@@ -724,7 +724,7 @@ static int parseStationConf () {
                 case J_nodc:
                 case J_nodwell:
                 case J_device_mode: {
-                    LOG(MOD_S2E|WARNING, "Feature not supported in production level code (station.conf) - ignored: %s", D->field.name);
-                    uj_skipValue(D);
+                    LOG(MOD_S2E|WARNING, "Feature not supported in production level code (station.conf) - ignored: %s", D.field.name);
+                    uj_skipValue(&D);
                     break;
                 }