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

B #5370: Fix error message

This commit is contained in:
Ruben S. Montero 2021-04-29 19:56:56 +02:00
parent 9cb769281d
commit 94befb31eb
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -234,7 +234,7 @@ int VirtualNetwork::insert(SqlDB * db, string& error_str)
if ( !PoolObjectSQL::name_is_valid(name, error_str) )
{
goto error_name;
goto error_common;
}
this->name = name;