Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363095
b: refs/heads/master
c: 75db601
h: refs/heads/master
i:
  363093: 6ebce4d
  363091: d572607
  363087: 2aae9f9
v: v3
  • Loading branch information
Tomas Hozza authored and Greg Kroah-Hartman committed Mar 15, 2013
1 parent 86c6479 commit e61f328
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f4685fa6d0427c3948a5120a9658fad7ae81facd
refs/heads/master: 75db601496e97ffa2476dcd00053c0ca95e977a5
4 changes: 4 additions & 0 deletions trunk/tools/hv/hv_kvp_daemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -1503,6 +1503,10 @@ int main(void)
}

incoming_msg = (struct nlmsghdr *)kvp_recv_buffer;

if (incoming_msg->nlmsg_type != NLMSG_DONE)
continue;

incoming_cn_msg = (struct cn_msg *)NLMSG_DATA(incoming_msg);
hv_msg = (struct hv_kvp_msg *)incoming_cn_msg->data;

Expand Down

0 comments on commit e61f328

Please sign in to comment.