aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/pando.c
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2017-12-13 08:04:51 +0100
committerLuca Deri <deri@ntop.org>2017-12-13 08:04:51 +0100
commita06c3995302981f35121ec154a718507954d4efd (patch)
treec070cdb9fa9d50393a4d956617bdd985a98c5e7d /src/lib/protocols/pando.c
parentcd12a8608883f7079ff877db6b3a769860f36951 (diff)
Compilation fixes
Diffstat (limited to 'src/lib/protocols/pando.c')
-rw-r--r--src/lib/protocols/pando.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/pando.c b/src/lib/protocols/pando.c
index e5f292550..ccf1ee12d 100644
--- a/src/lib/protocols/pando.c
+++ b/src/lib/protocols/pando.c
@@ -121,7 +121,7 @@ static void ndpi_check_pando_udp(struct ndpi_detection_module_struct *ndpi_struc
NDPI_LOG_INFO(ndpi_struct, "found PANDO\n");
ndpi_int_pando_add_connection(ndpi_struct, flow);
} else {
- NDPI_LOG_DBG2(ndpi_struct, "The reply did not seem to belong to PANDO, resetting the stage to 0\n")
+ NDPI_LOG_DBG2(ndpi_struct, "The reply did not seem to belong to PANDO, resetting the stage to 0\n");
flow->pando_stage = 0;
}
}