diff --git a/src/eidps.c b/src/eidps.c index 381be000e0..41e082d2af 100644 --- a/src/eidps.c +++ b/src/eidps.c @@ -950,7 +950,7 @@ int main(int argc, char **argv) ThreadVars tv_l7appdetect; memset(&tv_l7appdetect, 0, sizeof(ThreadVars)); printf("Creating L7 Application layer detect thread (WIP)...\n"); - tv_flowmgr.name = "L7AppDetectThread"; + tv_l7appdetect.name = "L7AppDetectThread"; rc = pthread_create(&tv_l7appdetect.t, &attr, L7AppDetectThread, (void *)&tv_l7appdetect); if (rc) {