Merge "Issue #2170: Fix PluginNotifier direct-vm endpoints" into omaha_14.2.1
Former-commit-id:3758a9532c
[formerly3758a9532c
[formerly 840448d17e58f7d98ebe09b7df17d2d5d4bb4a6f]] Former-commit-id:84b64dac81
Former-commit-id:f4ba1cac8c
This commit is contained in:
commit
fcd5955a0f
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ public class PluginNotifierConfig {
|
|||
switch (endpointType) {
|
||||
case DIRECTVM:
|
||||
builder.append(directvmPrefix);
|
||||
break;
|
||||
case VM:
|
||||
builder.append(vmPrefix);
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue