|
|
@@ -102,7 +102,7 @@ void snfXCIJobProcessor::processScan(snfXCIJob& J) { |
|
|
|
false == myXCI.scanner_scan_log |
|
|
|
) { // If no optional data was requested |
|
|
|
ResultString // then close the <request/> and |
|
|
|
<< "/></scanner></xci></snf>" // emit the closing elements. |
|
|
|
<< "/></scanner></xci></snf>\n" // emit the closing elements. |
|
|
|
<< endl; // End of the line. |
|
|
|
|
|
|
|
} else { // If optional data is requested: |
|
|
@@ -120,7 +120,7 @@ void snfXCIJobProcessor::processScan(snfXCIJob& J) { |
|
|
|
<< "</log>" << endl; // End the log data and end of line. |
|
|
|
} |
|
|
|
|
|
|
|
ResultString << "</result></scanner></xci></snf>"; // Emit the closing elements. |
|
|
|
ResultString << "</result></scanner></xci></snf>\n"; // Emit the closing elements. |
|
|
|
} |
|
|
|
|
|
|
|
J.Response = ResultString.str(); // Capture the formatted response. |