Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363230
b: refs/heads/master
c: 038336a
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Apr 24, 2013
1 parent 960276b commit 3e36b22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 5edf5ee42a4dfbc500e9b9531335305d4c81a129
refs/heads/master: 038336a5b40ceeea394a6eb3e8c6fc75701eec47
5 changes: 3 additions & 2 deletions trunk/tools/hv/hv_vss_daemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,9 @@ int main(void)
}

if (addr.nl_pid) {
syslog(LOG_WARNING, "Received packet from untrusted pid:%u",
addr.nl_pid);
syslog(LOG_WARNING,
"Received packet from untrusted pid:%u",
addr.nl_pid);
continue;
}

Expand Down

0 comments on commit 3e36b22

Please sign in to comment.