Skip to content

Commit

Permalink
align data type with definition of nfq_get_payload
Browse files Browse the repository at this point in the history
  • Loading branch information
dkg authored and sorbo committed Jul 23, 2014
1 parent ceced2f commit 906b6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/src/linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ static int packet_input(struct nfq_q_handle *qh, struct nfgenmsg *nfmsg,
struct nfq_data *nfa, void *data)
{
divert_cb cb = (divert_cb) data;
char *d;
unsigned char *d;
int len;
int rc;
unsigned int id;
Expand Down

0 comments on commit 906b6c2

Please sign in to comment.