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
235d136a
Commit
235d136a
authored
Nov 04, 2005
by
Leigh B. Stoller
Browse files
Fix bug that was causing Mike to mentally clump.
parent
cc21c56b
Changes
1
Show whitespace changes
Inline
Side-by-side
xmlrpc/libxmlrpc.pm.in
View file @
235d136a
...
...
@@ -2,7 +2,7 @@
#
#
EMULAB
-
COPYRIGHT
#
Copyright
(
c
)
2000
-
200
4
University
of
Utah
and
the
Flux
Group
.
#
Copyright
(
c
)
2000
-
200
5
University
of
Utah
and
the
Flux
Group
.
#
All
rights
reserved
.
#
...
...
@@ -235,7 +235,6 @@ sub CallMethod($$$)
if
(($
config
{
"verbose"
}
||
$
response
->{
"code"
})
&&
defined
($
response
->{
"output"
})
&&
$
response
->{
"output"
}
ne
""
)
{
print
$
response
->{
"output"
};
print
"
\n
"
;
}
if
($
response
->{
"code"
})
{
return
undef
;
...
...
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