mirror of https://github.com/apache/cloudstack.git
Add missing suffix return (#14)
This commit is contained in:
parent
0f913b48a7
commit
6e41063808
|
|
@ -530,5 +530,6 @@ public class NetrisApiClientImpl implements NetrisApiClient {
|
|||
} else {
|
||||
suffix = String.format("%s-%s", networkId, networkName);
|
||||
}
|
||||
return suffix;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue