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
cb846cea
Commit
cb846cea
authored
Oct 14, 2013
by
Leigh B Stoller
Browse files
Fix previous revision.
parent
e0980cf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/Experiment.pm.in
View file @
cb846cea
...
...
@@ -2204,6 +2204,7 @@ sub PreSwap($$$$)
sub SwapFail($$$$;$)
{
my ($self, $swapper, $which, $ecode, $flags) = @_;
my $exptidx = $self->idx();
# Must be a real reference.
return -1
...
...
@@ -2220,7 +2221,6 @@ sub SwapFail($$$$;$)
# Old swap gathering stuff.
$self->GatherSwapStats($swapper, $which, $ecode);
my $exptidx = $self->idx();
my $session = libtblog::tblog_session();
$session = '
NULL
' unless defined $session;
...
...
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