| 1220 | } |
| 1221 | |
| 1222 | static void |
| 1223 | check_config(void) |
| 1224 | { |
| 1225 | if (config.rule_file == NULL) { |
| 1226 | print_usage(config.prgname); |
| 1227 | rte_exit(-EINVAL, "mandatory option %s is not specified\n", |
| 1228 | OPT_RULE_FILE); |
| 1229 | } |
| 1230 | } |
| 1231 | |
| 1232 | |
| 1233 | static void |
no test coverage detected