X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=iotjava%2Fiotruntime%2Fmaster%2FIoTMaster.java;h=3ce672d7c07f7eb3bda5e24df11b46bf18723c18;hb=b7795a76d57478a23ee40dd8717b005e18891ca1;hp=7dc41d7a2b2274c70ba2c1ccb79b1102be9ef372;hpb=8587d5dae9491656de998fc4dde0d4adc38ef3b9;p=iot2.git diff --git a/iotjava/iotruntime/master/IoTMaster.java b/iotjava/iotruntime/master/IoTMaster.java index 7dc41d7..3ce672d 100644 --- a/iotjava/iotruntime/master/IoTMaster.java +++ b/iotjava/iotruntime/master/IoTMaster.java @@ -740,7 +740,7 @@ public final class IoTMaster { routerConfig.configureHostHTTPPolicies(strIoTSlaveObjectHostAdd, strIoTSlaveObjectHostAdd, strDeviceAddress); // Configure MAC policies if (STR_ACTIVATE_SANDBOXING.equals("Yes")) - processJailConfig.configureProcessJailGWDevicePolicies(strIoTSlaveObjectHostAdd, STR_ROUTER_ADD, INT_DNS_PORT); + processJailConfig.configureProcessJailGWDevicePolicies(strIoTSlaveObjectHostAdd, STR_ROUTER_ADD, strDeviceAddress, INT_DNS_PORT); } else { // Other port numbers... commHan.addDevicePort(iDestDeviceDriverPort);