Skip to content

Commit 6e1a37a

Browse files
committed
fixup! Adapt messages sent to kernel
1 parent a87b921 commit 6e1a37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/lunatik.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ static int send_data_cb_handler(struct nl_msg *msg, void *arg)
405405
struct lunatik_nl_state *state = (struct lunatik_nl_state *)arg;
406406

407407
if (nla_parse(attrs_tb, ATTRS_COUNT, genlmsg_attrdata(gnlh, 0),
408-
genlmsg_attrlen(gnlh, 0), NULL))
408+
genlmsg_attrlen(gnlh, 0), NULL))
409409
{
410410
printf("Error parsing attributes\n");
411411
state->cb_result = CB_ERROR;

0 commit comments

Comments
 (0)