Skip to content

Commit

Permalink
make format
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Feb 19, 2024
1 parent 89450a9 commit 215380e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/fuzzer/src/RTC/FuzzerStunPacket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ void Fuzzer::RTC::StunPacket::Fuzz(const uint8_t* data, size_t len)
if (packet->GetClass() == ::RTC::StunPacket::Class::REQUEST)
{
auto* successResponse = packet->CreateSuccessResponse();
auto* errorResponse = packet->CreateErrorResponse(444);
auto* errorResponse = packet->CreateErrorResponse(444);

delete successResponse;
delete errorResponse;
Expand Down

0 comments on commit 215380e

Please sign in to comment.