fix live runmode decode TM for cuda

remotes/origin/master-1.1.x
Anoop Saldanha 15 years ago committed by Victor Julien
parent 42c1287028
commit 05adf2de41

@ -2194,7 +2194,7 @@ int RunModeIdsPcapAuto(DetectEngineCtx *de_ctx, char *iface) {
printf("ERROR: TmThreadsCreate failed for Decode1\n");
exit(EXIT_FAILURE);
}
tm_module = TmModuleGetByName("DecodePcapFile");
tm_module = TmModuleGetByName("DecodePcap");
if (tm_module == NULL) {
printf("ERROR: TmModuleGetByName DecodePcap failed\n");
exit(EXIT_FAILURE);

Loading…
Cancel
Save