mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
Fix typo in input blob for events
This commit is contained in:
parent
56312c7b03
commit
948821e1a7
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ static void bbfdm_event_handler(struct ubus_context *ctx, struct ubus_event_hand
|
|||
blobmsg_add_string(&b, "name", param->data);
|
||||
strncpyt(dm_path, param->data, sizeof(dm_path));
|
||||
} else {
|
||||
blobmsg_add_string(&b, param->name, param->data);
|
||||
blobmsg_add_string(&bb, param->name, param->data);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue