Skip to content

Commit a056021

Browse files
committed
PR10341: init
1 parent 5f1e11f commit a056021

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtGetVmIpAddressCommandWrapper.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ public Answer execute(final GetVmIpAddressCommand command, final LibvirtComputin
7070
String sanitizedVmName = sanitizeBashCommandArgument(vmName);
7171
String networkCidr = command.getVmNetworkCidr();
7272

73+
init();
74+
7375
ip = ipFromDomIf(sanitizedVmName, networkCidr);
7476

7577
if (ip == null) {

0 commit comments

Comments
 (0)