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:
parent
9cb769281d
commit
94befb31eb
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user