diff options
author | Luca Deri <lucaderi@users.noreply.github.com> | 2016-05-23 21:38:36 +0200 |
---|---|---|
committer | Luca Deri <lucaderi@users.noreply.github.com> | 2016-05-23 21:38:36 +0200 |
commit | a2843084d683b119c25ab866426f8d5712c03a8a (patch) | |
tree | 0a14827e514ea3682067fc92b25a47a929853207 /src/lib/protocols/rx.c | |
parent | ef2cb860a34b8abae5f5070832c1c63924744393 (diff) | |
parent | 3d23ee0e23cbdd7dd3d3f94705916446b989cbc2 (diff) |
Merge pull request #200 from alagoutte/typo
Fix some typo
Diffstat (limited to 'src/lib/protocols/rx.c')
-rw-r--r-- | src/lib/protocols/rx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/protocols/rx.c b/src/lib/protocols/rx.c index b7ebd5a4b..8ae98aafd 100644 --- a/src/lib/protocols/rx.c +++ b/src/lib/protocols/rx.c @@ -150,8 +150,8 @@ void ndpi_check_rx(struct ndpi_detection_module_struct *ndpi_struct, found = 1; else { NDPI_LOG(NDPI_PROTOCOL_RX, ndpi_struct, NDPI_LOG_DEBUG, "excluding RX\n"); - NDPI_ADD_PROTOCOL_TO_BITMASK(flow->excluded_protocol_bitmask, NDPI_PROTOCOL_RX); - return; + NDPI_ADD_PROTOCOL_TO_BITMASK(flow->excluded_protocol_bitmask, NDPI_PROTOCOL_RX); + return; } } else { |