1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

Avoid redefinition of oss variable for readability

This commit is contained in:
Carlos Martín 2012-01-19 09:40:41 -08:00
parent 3e078c1725
commit d76deaeb2d

View File

@ -88,7 +88,7 @@ void AuthRequest::add_auth(Operation op,
if ( auth == false )
{
ostringstream oss;
oss.str("");
oss << message;