Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119663
b: refs/heads/master
c: a8d82d9
h: refs/heads/master
i:
  119661: 720d57b
  119659: 0949c8c
  119655: a0d605e
  119647: 2691603
v: v3
  • Loading branch information
Chuck Lever authored and J. Bruce Fields committed Nov 24, 2008
1 parent 71c11e7 commit aa27a98
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e4625eb826de4f6774ee602c442ba23b686bdcc7
refs/heads/master: a8d82d9b950213b66b22c9e7c63a058841de2394
3 changes: 2 additions & 1 deletion trunk/fs/lockd/host.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ static struct nlm_host *nlm_lookup_host(struct nlm_lookup_host_info *ni)
continue;
if (host->h_server != ni->server)
continue;
if (!nlm_cmp_addr(nlm_srcaddr(host), ni->src_sap))
if (ni->server &&
!nlm_cmp_addr(nlm_srcaddr(host), ni->src_sap))
continue;

/* Move to head of hash chain. */
Expand Down

0 comments on commit aa27a98

Please sign in to comment.