confile_utils: cleanup sig_parse()

parent ef53e0d7
......@@ -1039,5 +1039,5 @@ int sig_parse(const char *signame)
return signames[n].num;
}
return -1;
return ret_errno(EINVAL);
}
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