Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233597
b: refs/heads/master
c: 0af320f
h: refs/heads/master
i:
  233595: 40e7bb2
v: v3
  • Loading branch information
Joerg Marx authored and Patrick McHardy committed Feb 17, 2011
1 parent fbd110a commit 603e31e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d503b30bd648b3cb4e5f50b65d27e389960cc6d9
refs/heads/master: 0af320fb4627033e49cbc6e8138e7aa75ab8352a
2 changes: 1 addition & 1 deletion trunk/net/ipv6/netfilter/ip6t_LOG.c
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ static void dump_mac_header(struct sbuff *m,
if (p != NULL) {
sb_add(m, "%02x", *p++);
for (i = 1; i < len; i++)
sb_add(m, ":%02x", p[i]);
sb_add(m, ":%02x", *p++);
}
sb_add(m, " ");

Expand Down

0 comments on commit 603e31e

Please sign in to comment.