mirror of https://github.com/apache/cloudstack.git
bug 13084: network traffic type for simualtor, by default should be null not ""
status 13084: resolved fixed
This commit is contained in:
parent
a5900368b6
commit
4f464fc252
|
|
@ -94,7 +94,7 @@ public class AddTrafficTypeCmd extends BaseAsyncCreateCmd {
|
|||
|
||||
public String getSimulatorLabel() {
|
||||
//simulators will have no labels
|
||||
return "";
|
||||
return null;
|
||||
}
|
||||
|
||||
public void setVlan(String vlan) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue