This commit is contained in:
Brian West 2012-05-09 17:11:03 -05:00
parent 5cf33770e1
commit 6c0e1f90f9
1 changed files with 1 additions and 1 deletions

View File

@ -89,5 +89,5 @@ while (my $request = $scgi->accept) {
#print $handle "Content-Type: text/xml\n\n";
print $handle $xml;
exit;
}