diff options
-rw-r--r-- | libbb/update_passwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/update_passwd.c b/libbb/update_passwd.c index 7b67f30cd..a228075cc 100644 --- a/libbb/update_passwd.c +++ b/libbb/update_passwd.c | |||
@@ -48,7 +48,7 @@ static void check_selinux_update_passwd(const char *username) | |||
48 | bb_simple_error_msg_and_die("SELinux: access denied"); | 48 | bb_simple_error_msg_and_die("SELinux: access denied"); |
49 | } | 49 | } |
50 | if (ENABLE_FEATURE_CLEAN_UP) | 50 | if (ENABLE_FEATURE_CLEAN_UP) |
51 | freecon(context); | 51 | freecon(seuser); |
52 | } | 52 | } |
53 | #else | 53 | #else |
54 | # define check_selinux_update_passwd(username) ((void)0) | 54 | # define check_selinux_update_passwd(username) ((void)0) |