Merge "Issue #2170: Fix PluginNotifier direct-vm endpoints" into omaha_14.2.1

Former-commit-id: 3758a9532c [formerly 3758a9532c [formerly 840448d17e58f7d98ebe09b7df17d2d5d4bb4a6f]]
Former-commit-id: 84b64dac81
Former-commit-id: f4ba1cac8c
This commit is contained in:
Richard Peter 2013-12-16 13:43:37 -06:00 committed by Gerrit Code Review
commit fcd5955a0f

View file

@ -154,6 +154,7 @@ public class PluginNotifierConfig {
switch (endpointType) {
case DIRECTVM:
builder.append(directvmPrefix);
break;
case VM:
builder.append(vmPrefix);
break;