Skip to content

Commit

Permalink
Fix bug where STUN would always be matched for UDP traffic
Browse files Browse the repository at this point in the history
  • Loading branch information
salcock committed Jan 6, 2017
1 parent 7ab8023 commit b2028f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/udp/lpi_stun.cc
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ static inline bool match_stun(lpi_data_t *data, lpi_module_t *mod UNUSED) {
}
}

return true;
return false;
}

static lpi_module_t lpi_stun = {
Expand Down

0 comments on commit b2028f9

Please sign in to comment.