diff options
Diffstat (limited to 'net/phonet/socket.c')
-rw-r--r-- | net/phonet/socket.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/phonet/socket.c b/net/phonet/socket.c index 4112b6e1c48a..69c8b826a0ce 100644 --- a/net/phonet/socket.c +++ b/net/phonet/socket.c | |||
@@ -98,8 +98,8 @@ struct sock *pn_find_sock_by_sa(struct net *net, const struct sockaddr_pn *spn) | |||
98 | if (pn->resource != res) | 98 | if (pn->resource != res) |
99 | continue; | 99 | continue; |
100 | } | 100 | } |
101 | if (pn_addr(pn->sobject) | 101 | if (pn_addr(pn->sobject) && |
102 | && pn_addr(pn->sobject) != pn_addr(obj)) | 102 | pn_addr(pn->sobject) != pn_addr(obj)) |
103 | continue; | 103 | continue; |
104 | 104 | ||
105 | rval = sknode; | 105 | rval = sknode; |