detect.c:3801:13: warning: Value stored to 'tmplist2_tail' is never read
tmplist2_tail = joingr;
^ ~~~~~~
detect.c:3804:13: warning: Value stored to 'tmplist2_tail' is never read
tmplist2_tail = joingr;
^ ~~~~~~
2 warnings generated.
if (tmplist2 == NULL) {
tmplist2 = joingr;
- tmplist2_tail = joingr;
+ //tmplist2_tail = joingr;
} else {
tmplist2_tail->next = joingr;
- tmplist2_tail = joingr;
+ //tmplist2_tail = joingr;
}
} else {
SCLogDebug("no joingr");