Skip to content
GitLab
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
d5c30dd3
Commit
d5c30dd3
authored
Oct 24, 2014
by
Mike Hibler
Browse files
Undefined variable avoidance.
parent
d0e14c59
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/OSinfo.pm.in
View file @
d5c30dd3
...
...
@@ -125,6 +125,9 @@ sub Lookup($$;$$)
{
my
($
class
,
$
arg1
,
$
arg2
,
$
arg3
)
=
@
_
;
return
undef
if
(
!defined($arg1));
#
#
A
single
arg
is
either
an
index
or
"pid,osname[:version]"
or
#
"pid/osname[:version]"
string
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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