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
eb6cfd1b
Commit
eb6cfd1b
authored
May 08, 2012
by
Leigh B Stoller
Browse files
Minor bug fix.
parent
385e075b
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/xmlrpc/protogeni-wrapper.pl.in
View file @
eb6cfd1b
...
...
@@ -96,7 +96,7 @@ sub XMLError($$)
my
(
$code
,
$string
)
=
@_
;
my
$decoder
=
Frontier::
RPC2
->
new
();
my
$string
=
$decoder
->
encode_fault
(
$code
,
$string
);
$string
=
$decoder
->
encode_fault
(
$code
,
$string
);
# Make sure the error goes back to user not into the debug file.
LogEnd
(
0
)
...
...
Write
Preview
Markdown
is supported
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