Skip to content

Commit

Permalink
Update serum-decode.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
zesinger authored Feb 4, 2023
1 parent e5d7e0e commit 9131474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serum-decode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ bool crc32_ready = false; // is the crc32 table filled?
UINT32 crc32_table[256]; // initial table
bool* framechecked = NULL; // are these frames checked?
UINT16 ignoreunknownframestimeout = 0;
bool is_identification_busy = false;
bool is_identification_busy = false; // avoid reentrancy

void Serum_free(void)
{
Expand Down

0 comments on commit 9131474

Please sign in to comment.