Skip to content
GitLab
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
ae3f37d8
Commit
ae3f37d8
authored
Feb 24, 2016
by
Leigh B Stoller
Browse files
Fix a few "strict" errors that were exposed when I turned of
the SelfLoader.
parent
852cc93c
Changes
2
Hide whitespace changes
Inline
Side-by-side
db/Experiment.pm.in
View file @
ae3f37d8
...
...
@@ -5441,7 +5441,7 @@ sub AllocatePublicAddrPools($)
$spare = $n - $count;
DBQueryWarn( "UPDATE virt_node_public_addr SET eid=NULL, " .
"pid=NULL, pool_id=NULL WHERE eid='
$
eid
' " .
"AND pid='
$
pid
' AND pool_id='
$
pool
_id
' " .
"AND pid='
$
pid
' AND pool_id='
$
pool
' " .
"LIMIT $spare" );
}
}
...
...
db/emutil.pm.in
View file @
ae3f37d8
...
...
@@ -603,7 +603,7 @@ sub PipeCommand($$$)
exec($command);
die("*** $0:\n".
" exec '
$
string
' failed: $!\n");
" exec '
$
command
' failed: $!\n");
}
close PARENT;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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