one more change

remotes/origin/master-1.0.x
Gurvinder Singh 16 years ago committed by Victor Julien
parent 7ff38a7081
commit ec75946e21

@ -144,7 +144,7 @@ TmEcode ReceivePcapFileThreadInit(ThreadVars *tv, void *initdata, void **data) {
break; break;
default: default:
printf("Error: datalink type %" PRId32 " not yet supported in module PcapFile.\n", pcap_g.datalink); printf("Error: datalink type %" PRId32 " not yet supported in module PcapFile.\n", pcap_g.datalink);
return -1; return TM_ECODE_FAILED;
} }
ptv->tv = tv; ptv->tv = tv;

Loading…
Cancel
Save