Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
ed2dce21
Commit
ed2dce21
authored
Jun 04, 2018
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor changes.
parent
43cdb619
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
db/ResUtil.pm.in
db/ResUtil.pm.in
+1
-1
db/Reservation.pm.in
db/Reservation.pm.in
+1
-0
No files found.
db/ResUtil.pm.in
View file @
ed2dce21
...
...
@@ -206,7 +206,7 @@ sub CreateTimeline($@)
($
ref
->{
'details'
}->{
'end'
}
>=
$
resStart
&&
$
ref
->{
'details'
}->{
'end'
}
<=
$
resEnd
)))
{
push
(@
reslist
,
$
res
);
print
"$res is active for $stamp
\n
"
;
print
"$res is active for $stamp
\n
"
if
($
debug
)
;
}
}
next
...
...
db/Reservation.pm.in
View file @
ed2dce21
...
...
@@ -1245,6 +1245,7 @@ sub LookupHistorical($$) {
my
$
record
=
$
query_result
->
fetchrow_hashref
();
my
$
self
=
{};
$
self
->{
'IDX'
}
=
undef
;
$
self
->{
'PID'
}
=
$
record
->{
'pid'
};
$
self
->{
'PID_IDX'
}
=
$
record
->{
'pid_idx'
};
$
self
->{
'EID'
}
=
undef
;
...
...
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