1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-05 21:57:24 +03:00

Feature #687: Bring back the pub flag to the auth. string, deleted in commit:84a19e69

This commit is contained in:
Carlos Martín 2011-07-04 15:55:00 +02:00
parent ea6fd38feb
commit b9eae8bfbf

View File

@ -68,7 +68,7 @@ void AuthRequest::add_auth(Object ob,
oss << Operation_to_str(op) << ":";
oss << owner << ":";
oss << owner << ":" << pub << ":";
// -------------------------------------------------------------------------
// Authorize the request for self authorization