Skip to content
Snippets Groups Projects
Commit c7fa83a0 authored by Mark Harrison's avatar Mark Harrison
Browse files

ResmonRestults is no more, courtesy of the spelling bee nazi

git-svn-id: https://labs.omniti.com/resmon/trunk@86 8c0face9-b7db-6ec6-c4b3-d5f7145c7d55
parent a58fad4b
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ sub service {
my $response = qq^<?xml version="1.0" encoding="UTF-8"?>\n^;
$response .= "<ResmonResults>\n".
xml_info($1,$2,$info).
"</ResmonRestults>\n";
"</ResmonResults>\n";
$client->print(http_header(200, length($response), 'text/xml', $snip));
$client->print( $response . "\r\n");
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment