Skip to content

Commit

Permalink
Updated as per review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
su-shanka committed May 23, 2024
1 parent 984d4a4 commit 8faa9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/dnssd/Discovery_ImplPlatform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ CHIP_ERROR DiscoveryImplPlatform::DiscoverOperational(DiscoveryFilter filter, Di
ReturnErrorOnFailure(InitImpl());
StopDiscovery(context);

char serviceName[kMaxCommissionerServiceNameSize];
char serviceName[kMaxOperationalServiceNameSize];
ReturnErrorOnFailure(MakeServiceTypeName(serviceName, sizeof(serviceName), filter, DiscoveryType::kOperational));

intptr_t browseIdentifier;
Expand Down

0 comments on commit 8faa9a6

Please sign in to comment.