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
d877c1f3
Commit
d877c1f3
authored
Feb 16, 2006
by
Leigh B. Stoller
Browse files
Minor fixes to make perl 5.8 happy and quiet!
parent
fdbb105c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/libosload.pm.in
View file @
d877c1f3
...
...
@@ -835,7 +835,7 @@ sub osload_setupswapinfo($$;@)
my
$
allnodes
;
my
$
clause
=
""
;
if
(
!
defined(
@nodelist)
)
{
if
(
!@nodelist) {
@
nodelist
=
ExpNodes
($
pid
,
$
eid
,
1
);
$
clause
.=
"r.pid='$pid' and r.eid='$eid'"
;
$
allnodes
=
1
;
...
...
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