Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363093
b: refs/heads/master
c: 77d6a52
h: refs/heads/master
i:
  363091: d572607
v: v3
  • Loading branch information
Tomas Hozza authored and Greg Kroah-Hartman committed Mar 15, 2013
1 parent f515b84 commit 6ebce4d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3334948428c6370d664099cdcdfd4b487191293d
refs/heads/master: 77d6a5289343665a41f55c0ea46c169b3f551a24
4 changes: 2 additions & 2 deletions trunk/tools/hv/hv_kvp_daemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -1443,7 +1443,7 @@ int main(void)
addr.nl_family = AF_NETLINK;
addr.nl_pad = 0;
addr.nl_pid = 0;
addr.nl_groups = CN_KVP_IDX;
addr.nl_groups = 0;


error = bind(fd, (struct sockaddr *)&addr, sizeof(addr));
Expand All @@ -1452,7 +1452,7 @@ int main(void)
close(fd);
exit(EXIT_FAILURE);
}
sock_opt = addr.nl_groups;
sock_opt = CN_KVP_IDX;
setsockopt(fd, 270, 1, &sock_opt, sizeof(sock_opt));
/*
* Register ourselves with the kernel.
Expand Down

0 comments on commit 6ebce4d

Please sign in to comment.