diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-01-25 11:16:41 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-01-25 11:16:41 +0100 |
commit | 29a1b13e7ac8f20512b7a066c351bad614998f83 (patch) | |
tree | c4fa55710b91581ecf088c10d97ab62dae12f06b /nDPId-test.c | |
parent | 9e07a57566cc45bf92a845d8cee968d72e0f314e (diff) |
Improved Plotly/Dash example. It is now somehow informative.
* TCP timeout after FIN/RST: switched back to the value from a35fc1d5ea8570609cc0c8cf6edadc81f8f5bb76
* py-flow-info: reset 'guessed' flag after detection/detection-update received
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'nDPId-test.c')
-rw-r--r-- | nDPId-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nDPId-test.c b/nDPId-test.c index f0f4193ae..c50056375 100644 --- a/nDPId-test.c +++ b/nDPId-test.c @@ -857,7 +857,7 @@ int main(int argc, char ** argv) if (THREADS_RETURNED_ERROR() != 0) { - char const * which_thread; + char const * which_thread = "Unknown"; if (nDPId_return.thread_return_value.val != 0) { which_thread = "nDPId"; |