Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85647
b: refs/heads/master
c: 4c3a0a2
h: refs/heads/master
i:
  85645: f290cf6
  85643: e9aaee2
  85639: aa50f79
  85631: 603f8bf
v: v3
  • Loading branch information
Pavel Emelyanov authored and David S. Miller committed Feb 13, 2008
1 parent 43ef077 commit 0f19b7b
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 0f8f27c39553dd3aedcaf5c39adefe3efef28b6b
refs/heads/master: 4c3a0a254e5d706d3fe01bf42261534858d05586
6 changes: 3 additions & 3 deletions trunk/net/netlabel/netlabel_domainhash.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,11 @@ static struct netlbl_dom_map *netlbl_domhsh_search_def(const char *domain)
entry = netlbl_domhsh_search(domain);
if (entry == NULL) {
entry = rcu_dereference(netlbl_domhsh_def);
if (entry != NULL && entry->valid)
return entry;
if (entry != NULL && !entry->valid)
entry = NULL;
}

return NULL;
return entry;
}

/*
Expand Down

0 comments on commit 0f19b7b

Please sign in to comment.