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
658ac01c
Commit
658ac01c
authored
May 12, 2011
by
Weibin Sun
Browse files
typo in snmpit_lib
parent
6cdab1b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/snmpit_test/snmpit_lib.pm
View file @
658ac01c
...
...
@@ -125,7 +125,7 @@ sub convertPortFromString($;$)
$p
=
Port
->
LookupByTriple
(
Port
->
Tokens2TripleString
(
$dev
,
$card
,
$port
));
return
$p
if
$p
;
}
}
elsif
(
$str
~
=
/^(.+):(.+)$/
)
{
}
elsif
(
$str
=
~
/^(.+):(.+)$/
)
{
my
$node
=
$
1
;
my
$card
=
$
2
;
...
...
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