Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
01a9b992
Commit
01a9b992
authored
Jan 31, 2004
by
Patrick Caulfield
Committed by
David S. Miller
Jan 31, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DECNET]: Made SDF_WILD sockets actually work.
parent
5b43ae28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
net/decnet/af_decnet.c
net/decnet/af_decnet.c
+1
-1
No files found.
net/decnet/af_decnet.c
View file @
01a9b992
...
...
@@ -163,7 +163,7 @@ static struct hlist_head *dn_find_list(struct sock *sk)
struct
dn_scp
*
scp
=
DN_SK
(
sk
);
if
(
scp
->
addr
.
sdn_flags
&
SDF_WILD
)
return
hlist_empty
(
&
dn_wild_sk
)
?
NULL
:
&
dn_wild_sk
;
return
hlist_empty
(
&
dn_wild_sk
)
?
&
dn_wild_sk
:
NULL
;
return
&
dn_sk_hash
[
scp
->
addrloc
&
DN_SK_HASH_MASK
];
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment