try fixing memory errors

pull/628/head
Jeff Becker 8 years ago
parent 8a29dfc3fa
commit 7ae09fa1fe
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

@ -351,14 +351,14 @@ namespace http {
s << "<td>" << info->RemoteIdent->ToBase32() << "</td>";
s << "<td>";
if(info->CurrentIBGW)
s << info->CurrentIBGW->ToBase64();
s << info->CurrentIBGW->ToBase64().c_str();
else
s << "(none)";
s << "</td>";
s << "<td>";
if(info->CurrentOBEP)
s << info->CurrentOBEP->ToBase64();
s << info->CurrentOBEP->ToBase64().c_str();
else
s << "(none)";
s << "</td>";

Loading…
Cancel
Save