Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
9bfdf12f
Commit
9bfdf12f
authored
May 08, 2013
by
Paul Selkirk
Browse files
[2522] TSIG algorigthm can be a reference, maybe a bit more efficient
parent
4daf58b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/rdata/any_255/tsig_250.cc
View file @
9bfdf12f
...
...
@@ -79,7 +79,7 @@ TSIG::constructFromLexer(MasterLexer& lexer) {
// but it's not actually a domain name, so we allow it to be not
// fully qualified.
const
Name
root
(
"."
);
const
Name
algorithm
=
createNameFromLexer
(
lexer
,
&
root
);
const
Name
&
algorithm
=
createNameFromLexer
(
lexer
,
&
root
);
const
string
time_str
=
lexer
.
getNextToken
(
MasterToken
::
STRING
).
getString
();
uint64_t
time_signed
;
...
...
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