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
bf7599e2
Commit
bf7599e2
authored
Sep 16, 2002
by
Leigh B. Stoller
Browse files
Minor bug fix; not check return value from swapexp properly.
parent
48413ae3
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/swapexp.php3
View file @
bf7599e2
...
...
@@ -139,7 +139,7 @@ $result = exec("$TBSUEXEC_PATH $uid $unix_gid ".
"webswapexp -s
$inout
$exp_pid
$exp_eid
"
,
$output
,
$retval
);
if
(
$retval
<
0
)
{
if
(
$retval
)
{
echo
"<br><br><h2>
Swap Failure(
$retval
): Output as follows:
</h2>
...
...
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