Commit b68c481d authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix parsing of reflect-kernel-metric.

parent d40e0807
......@@ -642,7 +642,8 @@ parse_option(int c, gnc_t gnc, void *closure, char *token)
} else if(strcmp(token, "keep-unfeasible") == 0 ||
strcmp(token, "link-detect") == 0 ||
strcmp(token, "random-id") == 0 ||
strcmp(token, "daemonise") == 0) {
strcmp(token, "daemonise") == 0 ||
strcmp(token, "reflect-kernel-metric") == 0) {
int b;
c = getbool(c, &b, gnc, closure);
if(c < -1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment