Skip to content
Snippets Groups Projects
Commit 10439f22 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

knotc: fix dead assignment

parent 84f97e19
No related branches found
No related tags found
No related merge requests found
......@@ -227,5 +227,5 @@ int process_cmd(int argc, const char **argv, params_t *params)
unset_ctl(args.ctl);
conf_update(NULL);
return KNOT_EOK;
return ret;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment