mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-02 15:05:16 +00:00
[3807] Fixed bug in the Option6StatusCode::toText
This commit is contained in:
@@ -84,9 +84,7 @@ Option6StatusCode::len() {
|
||||
std::string
|
||||
Option6StatusCode::toText(int indent) {
|
||||
std::ostringstream output;
|
||||
output << headerToText(indent) << ": "
|
||||
<< getStatusCodeName() << "(" << getStatusCode() << ") "
|
||||
<< dataToText();
|
||||
output << headerToText(indent) << ": " << dataToText();
|
||||
|
||||
return (output.str());
|
||||
}
|
||||
|
Reference in New Issue
Block a user