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

Feature #407: Fix deadlock when adding a Host to a non existing Cluster

This commit is contained in:
Carlos Martín 2011-03-15 11:22:37 +01:00
parent cc81b3cf65
commit 829a48e50e

View File

@ -126,6 +126,7 @@ error_host_get:
goto error_common;
error_cluster_get:
host->unlock();
oss.str(get_error(method_name, "CLUSTER", clid));
goto error_common;