Fix a cut-n-pasteo in a comment.

svn path=/trunk/; revision=34603
This commit is contained in:
Jeff Morriss 2010-10-21 14:23:22 +00:00
parent 9f3acc1e25
commit e80ecd628c
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ ipfix_open(wtap *wth, int *err, gchar **err_info)
ipfix_debug0("ipfix_open: opening file");
/* number of records to scan before deciding if this really is ERF */
/* number of records to scan before deciding if this really is IPFIX */
if ((s = getenv("IPFIX_RECORDS_TO_CHECK")) != NULL) {
if ((n = atoi(s)) > 0 && n < 101) {
records_for_ipfix_check = n;