Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
beraldoleal committed Feb 17, 2013
1 parent e605389 commit 30638d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ int netsfs_packet_handler(struct sk_buff *skb, struct net_device *dev, struct pa
if (!netsfsinfo) {
err = -ENOMEM;
goto free;
}

netsfsinfo->x = 10;
INIT_WORK(&netsfsinfo->my_work, netsfs_go);
Expand Down

0 comments on commit 30638d0

Please sign in to comment.