Skip to content

Commit 088f797

Browse files
ratgrandy31415
andauthored
Update src/app/clusters/network-commissioning/network-commissioning.cpp
Co-authored-by: Andrei Litvin <andy314@gmail.com>
1 parent 9c54176 commit 088f797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/clusters/network-commissioning/network-commissioning.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1372,7 +1372,7 @@ CHIP_ERROR Instance::EnumerateAcceptedCommands(const ConcreteClusterPath & clust
13721372
bool hasThread = mFeatureFlags.Has(Feature::kThreadNetworkInterface);
13731373
bool hasWifi = mFeatureFlags.Has(Feature::kWiFiNetworkInterface);
13741374

1375-
if (hasThread | hasWifi)
1375+
if (hasThread || hasWifi)
13761376
{
13771377
ReturnErrorOnFailure(builder.AppendElements({
13781378
{ ScanNetworks::Id, {}, Priv::kAdminister }, //

0 commit comments

Comments
 (0)