Skip to content

Commit 44a8853

Browse files
author
Prashanth Reddy
committed
style: rename NIC map key mac->macAddress, use stdin hashing to avoid filesystem truncation
1 parent f9125ef commit 44a8853

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

api/src/main/java/org/apache/cloudstack/api/command/admin/vm/ImportUnmanagedInstanceCmd.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,4 +334,6 @@ public long getEntityOwnerId() {
334334
accountId = Account.ACCOUNT_ID_SYSTEM;
335335
}
336336
}
337-
return accou
337+
return accountId;
338+
}
339+
}

0 commit comments

Comments
 (0)