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
Sebastian Schrader
Kea
Commits
1b9e3430
Commit
1b9e3430
authored
Apr 10, 2013
by
Mukund Sivaraman
Browse files
[2387] Revert "Add some assertions anyway"
This reverts commit
65f68f7b
.
parent
3c704fca
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/rdata/generic/detail/nsec_bitmap.cc
View file @
1b9e3430
...
...
@@ -96,7 +96,6 @@ buildBitmapsFromLexer(const char* const rrtype_name,
}
// token is now assured to be of type STRING.
assert
(
token
.
getType
()
==
MasterToken
::
STRING
);
have_rrtypes
=
true
;
token
.
getString
(
type_str
);
...
...
src/lib/dns/rdata/generic/dnskey_48.cc
View file @
1b9e3430
...
...
@@ -189,7 +189,6 @@ DNSKEY::constructFromLexer(MasterLexer& lexer) {
}
// token is now assured to be of type STRING.
assert
(
token
.
getType
()
==
MasterToken
::
STRING
);
token
.
getString
(
keydata_substr
);
keydata_str
.
append
(
keydata_substr
);
...
...
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