mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
synced 2026-01-27 10:23:15 +00:00
Fixing framework.
This commit is contained in:
@@ -61,7 +61,7 @@ namespace OpenWifi {
|
||||
// std::cout << "Size:" << A.avatar.size() << std::endl;
|
||||
|
||||
Poco::Data::LOBInputStream IL(A.avatar);
|
||||
std::stringstream os;
|
||||
std::ostringstream os("",std::ios_base::binary);
|
||||
Poco::StreamCopier::copyStream(IL, os);
|
||||
AvatarContent = os.str();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user