From: Anoop Saldanha Date: Tue, 28 Feb 2012 13:30:27 +0000 (+0530) Subject: code cleanup X-Git-Tag: suricata-1.3beta1~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6af843860355601d20738a2d2191cb726f2e3de;p=thirdparty%2Fsuricata.git code cleanup --- diff --git a/src/detect-engine-tag.c b/src/detect-engine-tag.c index 51146112ab..5478d237f8 100644 --- a/src/detect-engine-tag.c +++ b/src/detect-engine-tag.c @@ -247,7 +247,6 @@ int TagHashAddTag(DetectTagHostCtx *tag_ctx, DetectTagDataEntry *tde, Packet *p) uint16_t num_tags = 0; /* local, just for searching */ DetectTagDataEntryList tdl; - tdl.header_entry = NULL; tdl.header_entry = tde; SCMutexLock(&tag_ctx->lock);