Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
877de8a0
Commit
877de8a0
authored
Mar 03, 2010
by
JINMEI Tatuya
Browse files
style consistency
git-svn-id:
svn://bind10.isc.org/svn/bind10/trunk@1094
e5f2f494-b856-4b98-b285-d166d9295462
parent
47bb7307
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/cpp/rdata/generic/nsec_47.cc
View file @
877de8a0
...
...
@@ -68,7 +68,7 @@ NSEC::NSEC(const string& nsec_str) :
bitmap
[
code
/
8
]
|=
(
0x80
>>
(
code
%
8
));
}
while
(
!
iss
.
eof
());
for
(
int
window
=
0
;
window
<
256
;
window
++
)
{
for
(
int
window
=
0
;
window
<
256
;
window
++
)
{
int
octet
;
for
(
octet
=
31
;
octet
>=
0
;
octet
--
)
{
if
(
bitmap
[
window
*
32
+
octet
]
!=
0
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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