Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17089
b: refs/heads/master
c: 14591de
h: refs/heads/master
i:
  17087: 5a1a2ae
v: v3
  • Loading branch information
Kirill Korotaev authored and Linus Torvalds committed Jan 9, 2006
1 parent a248bcb commit 047e767
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: 677517771b7b6efaf8617e70f655b16f3cafcc9b
refs/heads/master: 14591de147f7c9656fa2b9c05680d2b46e286c40
2 changes: 1 addition & 1 deletion trunk/net/netlink/af_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ static int netlink_create(struct socket *sock, int protocol)
groups = nl_table[protocol].groups;
netlink_unlock_table();

if ((err = __netlink_create(sock, protocol) < 0))
if ((err = __netlink_create(sock, protocol)) < 0)
goto out_module;

nlk = nlk_sk(sock->sk);
Expand Down

0 comments on commit 047e767

Please sign in to comment.