Skip to content

Commit

Permalink
confile: cleanup set_config_signal_reboot()
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 8, 2020
1 parent d12fabf commit 7d6b1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/confile.c
Expand Up @@ -1657,7 +1657,7 @@ static int set_config_signal_reboot(const char *key, const char *value,

sig_n = sig_parse(value);
if (sig_n < 0)
return -1;
return ret_errno(EINVAL);

lxc_conf->rebootsignal = sig_n;

Expand Down

0 comments on commit 7d6b1a2

Please sign in to comment.