*: mass renaming of USE_XXXX to IF_XXXX
[oweals/busybox.git] / loginutils / sulogin.c
index 4ffefe933b3a31decd6c2bf5c447b9afa5269960..77eff9f8dc415b0395a4474c59eb17f1d54484a8 100644 (file)
@@ -99,7 +99,7 @@ int sulogin_main(int argc UNUSED_PARAM, char **argv)
 
        bb_info_msg("System Maintenance Mode");
 
-       USE_SELINUX(renew_current_security_context());
+       IF_SELINUX(renew_current_security_context());
 
        shell = getenv("SUSHELL");
        if (!shell)