Skip to content

Commit

Permalink
Merge branch 'iam-TJ-fix-kernel-v6.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
ydahhrk committed Nov 17, 2023
2 parents 1f2bcac + 032b9d8 commit 741baa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod/common/nl/nl_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ char *get_iname(struct genl_info *info)

struct joolnlhdr *get_jool_hdr(struct genl_info *info)
{
return info->userhdr;
return (struct joolnlhdr *)((u8 *)info->genlhdr + GENL_HDRLEN);
}

static int validate_magic(struct joolnlhdr *hdr)
Expand Down

0 comments on commit 741baa8

Please sign in to comment.