Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
c42b6a2f
...
c42b6a2ffbe9bfb22c40bcf3d070a9203cc247d4
authored
2001-11-11 18:47:18 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Removed confusing comment
1 parent
475ffe58
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
comsat/cfg.c
comsat/cfg.c
View file @
c42b6a2
...
...
@@ -102,7 +102,6 @@ netdef_parse (char *str)
return
NULL
;
netmask
=
0xfffffffful
>>
(
32
-
len
);
netmask
<<=
(
32
-
len
);
/*FIXME: hostorder?*/
}
else
netmask
=
inet_network
(
ipbuf
);
...
...
Please
register
or
sign in
to post a comment