Skip to content

Commit

Permalink
confile: config_loglevel()
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 authored and stgraber committed Aug 15, 2017
1 parent 700d654 commit 596c06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/confile.c
Expand Up @@ -1193,7 +1193,7 @@ static int config_loglevel(const char *key, const char *value,
{
int newlevel;

if (!value || strlen(value) == 0)
if (config_value_empty(value))
return 0;

if (value[0] >= '0' && value[0] <= '9')
Expand Down

0 comments on commit 596c06f

Please sign in to comment.