1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

B #5301 Changed Error msg when disk-saveas without name (#445)

This commit is contained in:
juanmont 2017-09-05 11:05:53 +02:00 committed by Ruben S. Montero
parent c0e451c5e9
commit cdd5bc848c

View File

@ -1556,6 +1556,7 @@ error_auth:
goto error_common;
error_allocate:
att.resp_obj = PoolObjectSQL::IMAGE;
quota_rollback(&img_usage, Quotas::DATASTORE, att);
failure_response(ALLOCATE, att);
goto error_common;