Skip to content

Commit

Permalink
Fix 12692 (#12693)
Browse files Browse the repository at this point in the history
Force merging, this has 3 approvals, but GitHub is only showing 2 (missing mine....)
  • Loading branch information
chrisdecenzo authored and pull[bot] committed May 29, 2023
1 parent e568009 commit 1255435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/platform/linux/AppMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ CHIP_ERROR InitCommissioner()
ReturnErrorOnFailure(gFabricStorage.Initialize(&gServerStorage));

factoryParams.fabricStorage = &gFabricStorage;
// use a different listen port for the commissioner.
factoryParams.listenPort = LinuxDeviceOptions::GetInstance().securedCommissionerPort;
// use a different listen port for the commissioner than the default used by chip-tool.
factoryParams.listenPort = LinuxDeviceOptions::GetInstance().securedCommissionerPort + 10;
params.storageDelegate = &gServerStorage;
params.deviceAddressUpdateDelegate = nullptr;
params.operationalCredentialsDelegate = &gOpCredsIssuer;
Expand Down

0 comments on commit 1255435

Please sign in to comment.