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
Timothe Litt
BIND
Commits
7cd9d53c
Commit
7cd9d53c
authored
Aug 16, 2013
by
Mark Andrews
Browse files
don't print out result as it is not meaningful here
parent
99c231a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/dnssec/dnssectool.c
View file @
7cd9d53c
...
...
@@ -362,10 +362,8 @@ strtotime(const char *str, isc_int64_t now, isc_int64_t base) {
offset
=
strtol
(
str
+
1
,
&
endp
,
0
);
offset
=
time_units
((
isc_stdtime_t
)
offset
,
endp
,
orig
);
val
=
base
-
offset
;
}
else
{
fatal
(
"time value %s is invalid: %s"
,
orig
,
isc_result_totext
(
result
));
}
}
else
fatal
(
"time value %s is invalid"
,
orig
);
return
((
isc_stdtime_t
)
val
);
}
...
...
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