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
a3d10a00
Commit
a3d10a00
authored
Jun 07, 2017
by
Leigh B Stoller
Browse files
Minor fix.
parent
275870aa
Changes
1
Show whitespace changes
Inline
Side-by-side
protogeni/lib/GeniCM.pm.in
View file @
a3d10a00
...
...
@@ -8311,6 +8311,10 @@ sub CheckForDeprecatedImages($$)
next;
}
}
# Skip anything that looks like an OSID instead of an image.
next
if (!defined($image->image()));
my $deprecated = 0;
my $iserror = 0;
if ($image->IsDeprecated(\$deprecated, undef, \$iserror)) {
...
...
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