Add/improve comment, shorten some usage texts. No code changes.
[oweals/busybox.git] / selinux / chcon.c
index 72cfa93c3fadd2fb5387af7c11bcb08070c4b722..0eab6864ea867103581abf6a7aad5121a523a7bd 100644 (file)
@@ -163,9 +163,7 @@ int chcon_main(int argc, char *argv[])
                fname[fname_len] = '\0';
 
                if (recursive_action(fname,
-                                    option_mask32 & OPT_RECURSIVE,
-                                    FALSE,     /* followLinks */
-                                    FALSE,     /* depthFirst */
+                                    1<<option_mask32 & OPT_RECURSIVE,
                                     change_filedir_context,
                                     change_filedir_context,
                                     NULL, 0) != TRUE)