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
3b79ad98
Commit
3b79ad98
authored
Oct 04, 2014
by
Leigh B Stoller
Browse files
Bug fix, do not throw an error if no XEN support installed.
parent
dc75bd50
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/updates/4/382
View file @
3b79ad98
...
...
@@ -20,8 +20,8 @@ sub DoUpdate($$$)
my $osinfo = OSinfo->LookupByName("XEN-STD");
if (!defined($osinfo)) {
print STDERR "Could not lookup XEN-STD\n";
return
-1
;
# XEN stuff not installed.
return
0
;
}
my $nextosinfo = OSinfo->LookupByName($XENIMAGE_STD);
if (!defined($nextosinfo)) {
...
...
Leigh Stoller
@stoller
mentioned in commit
e9f613fd
·
May 11, 2015
mentioned in commit
e9f613fd
mentioned in commit e9f613fd924f658c505580290a62b6da0a752b0d
Toggle commit list
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