2
0
mirror of git://github.com/lxc/lxc synced 2025-09-03 07:07:37 +00:00

confile_utils: cleanup sig_parse()

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
Christian Brauner
2020-12-09 10:28:02 +01:00
parent ef53e0d730
commit ca8cc21a91

View File

@@ -1039,5 +1039,5 @@ int sig_parse(const char *signame)
return signames[n].num;
}
return -1;
return ret_errno(EINVAL);
}