fix ipassoc command

This commit is contained in:
edison 2010-12-27 11:23:30 -08:00
parent 0da33ad39a
commit 4b57e3c239
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ public class VirtualRoutingResource implements Manager {
if (result != null) {
results[i++] = IpAssocAnswer.errorResult;
} else {
results[i++] = result;
results[i++] = ip.getPublicIp() + " - success";;
}
}
return new IpAssocAnswer(cmd, results);