Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
d116e2e2
Commit
d116e2e2
authored
Sep 01, 2016
by
Gary Wong
Browse files
Allow clearing reservations, even if the end time has already passed.
parent
f19d85ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/reserve.in
View file @
d116e2e2
...
...
@@ -165,7 +165,7 @@ else {
fatal
(
"
Reservation must not end until after it starts.
"
);
}
if
(
$endtime
<=
time
)
{
if
(
$endtime
<=
time
&&
!
$clear
)
{
fatal
(
"
Reservation end time has already passed.
"
);
}
...
...
Write
Preview
Supports
Markdown
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