commented out unused line

This commit is contained in:
csoler 2017-07-08 16:47:50 +02:00
parent 42bf6b2b6a
commit 4f887ff528

View File

@ -3247,7 +3247,7 @@ int ops_parse(ops_parse_info_t *pinfo,ops_boolean_t limit_packets)
} while (r > 0);
return pinfo->errors ? 0 : 1;
return r == -1 ? 0 : 1;
//return r == -1 ? 0 : 1;
}
/**