Skip to content

Commit

Permalink
Merge pull request #10278: jewel: incorrect value of CINIT_FLAG_DEFER…
Browse files Browse the repository at this point in the history
…_DROP_PRIVILEGES

Reviewed-by: Loic Dachary <ldachary@redhat.com>
  • Loading branch information
Loic Dachary committed Aug 22, 2016
2 parents 2a1e512 + d94e5bc commit 736c25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/common_init.h
Expand Up @@ -39,7 +39,7 @@ enum common_init_flags_t {
CINIT_FLAG_NO_DAEMON_ACTIONS = 0x8,

// don't drop privileges
CINIT_FLAG_DEFER_DROP_PRIVILEGES = 0x16,
CINIT_FLAG_DEFER_DROP_PRIVILEGES = 0x10,
};

/*
Expand Down

0 comments on commit 736c25e

Please sign in to comment.