From: Jason Ish Date: Tue, 19 Dec 2017 21:46:31 +0000 (-0600) Subject: eve.dnp3: removed unsed context field X-Git-Tag: suricata-4.1.0-beta1~407 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b005cceb0a017a306f142b9f3a41e79e22569d17;p=thirdparty%2Fsuricata.git eve.dnp3: removed unsed context field --- diff --git a/src/output-json-dnp3.c b/src/output-json-dnp3.c index e8730a6855..1691b664b9 100644 --- a/src/output-json-dnp3.c +++ b/src/output-json-dnp3.c @@ -54,7 +54,6 @@ typedef struct LogDNP3FileCtx_ { typedef struct LogDNP3LogThread_ { LogDNP3FileCtx *dnp3log_ctx; - uint32_t count; MemBuffer *buffer; } LogDNP3LogThread;