Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102612
b: refs/heads/master
c: 811102c
h: refs/heads/master
v: v3
  • Loading branch information
Allan Stephens authored and David S. Miller committed May 21, 2008
1 parent d89f808 commit 3bdc483
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 2ecb0924d7791372a70ef8f1174e37b329b955c3
refs/heads/master: 811102ca23dfdde5ee8b782b3a4bbff44c499cb2
5 changes: 2 additions & 3 deletions trunk/net/tipc/discover.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,8 @@ void tipc_disc_recv_msg(struct sk_buff *buf)
dbg(" in own cluster\n");
if (n_ptr == NULL) {
n_ptr = tipc_node_create(orig);
}
if (n_ptr == NULL) {
return;
if (!n_ptr)
return;
}
spin_lock_bh(&n_ptr->lock);
link = n_ptr->links[b_ptr->identity];
Expand Down

0 comments on commit 3bdc483

Please sign in to comment.