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
633008b9
Commit
633008b9
authored
Sep 29, 2011
by
Mike Hibler
Browse files
Apply Keith's fix from snmpit.proxyv2.in.
parent
35f16352
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/snmpit.proxyv3.in
View file @
633008b9
...
...
@@ -187,7 +187,7 @@ my $goo = $parser->parse(*XMLDOC);
if
(
!
ref
(
$goo
))
{
fatal
("
$xmldoc
could not be parsed!
");
}
my
$opargs
=
$goo
->
value
();
my
$opargs
=
(
@
{
$goo
->
args
()}[
0
])
->
value
();
if
(
!
(
exists
(
$opargs
->
{'
op
'})
&&
exists
(
$opargs
->
{'
args
'})))
{
fatal
("
missing arguments in xmlgoo
");
}
...
...
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