Skip to content

Commit

Permalink
confile_utils: cleanup sig_parse()
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner committed Dec 15, 2020
1 parent ef53e0d commit ca8cc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/confile_utils.c
Expand Up @@ -1039,5 +1039,5 @@ int sig_parse(const char *signame)
return signames[n].num;
}

return -1;
return ret_errno(EINVAL);
}

0 comments on commit ca8cc21

Please sign in to comment.