Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165858
b: refs/heads/master
c: d811659
h: refs/heads/master
v: v3
  • Loading branch information
Paul Moore authored and Al Viro committed Sep 24, 2009
1 parent 398037e commit 3309471
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: 939cbf260c1abce6cad4b95ea4ba9f5132b660b3
refs/heads/master: d81165919ebf6e1cb9eeb612150f9287ad414659
2 changes: 1 addition & 1 deletion trunk/security/lsm_audit.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ static inline void print_ipv6_addr(struct audit_buffer *ab,
char *name1, char *name2)
{
if (!ipv6_addr_any(addr))
audit_log_format(ab, " %s=%pI6", name1, addr);
audit_log_format(ab, " %s=%pI6c", name1, addr);
if (port)
audit_log_format(ab, " %s=%d", name2, ntohs(port));
}
Expand Down

0 comments on commit 3309471

Please sign in to comment.