aboutsummaryrefslogtreecommitdiffstats
path: root/src/diag_dpl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/diag_dpl.c')
-rw-r--r--src/diag_dpl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/diag_dpl.c b/src/diag_dpl.c
index b9fd901..b5a1bb0 100644
--- a/src/diag_dpl.c
+++ b/src/diag_dpl.c
@@ -97,11 +97,12 @@ int diag_dpl_set_if_log(struct diag_instance *di, uint8_t iface_id,
struct msgb *msg = msgb_alloc_diag();
struct dpl_set_if_log_req *silr;
struct msgb *rx;
+ int i;
silr = (struct dpl_set_if_log_req *) msgb_put(msg, sizeof(*silr));
silr->iface_id = iface_id;
silr->num_log_flags = 0;
- for (int i = 0; i < 1; i++) {
+ for (i = 0; i < 1; i++) {
msgb_put(msg, sizeof(silr->log_flags[0]));
silr->num_log_flags++;
iid.link_instance = i;