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
746c9361
Commit
746c9361
authored
Oct 09, 2009
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor bug fix; if the virtual topology cannot be stored cause of a
regex failure, bail instead of proceeding.
parent
0e2e2997
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
protogeni/lib/GeniCM.pm.in
protogeni/lib/GeniCM.pm.in
+4
-1
No files found.
protogeni/lib/GeniCM.pm.in
View file @
746c9361
...
...
@@ -974,7 +974,10 @@ sub GetTicket($;$)
}
skiplinks
:
$
virtexperiment
->
Dump
();
$
virtexperiment
->
Store
();
if
($
virtexperiment
->
Store
())
{
$
response
=
GeniResponse
->
Create
(
GENIRESPONSE_ERROR
,
undef
);
goto
bad
;
}
#
Must
chdir
to
the
work
directory
for
the
mapper
.
if
(
! chdir($slice_experiment->WorkDir())) {
...
...
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