aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/nc.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/networking/nc.c b/networking/nc.c
index bf155b3b1..8f641ae4f 100644
--- a/networking/nc.c
+++ b/networking/nc.c
@@ -82,13 +82,6 @@ int nc_main(int argc, char **argv)
}
}
-#ifdef CONFIG_NC_GAPING_SECURITY_HOLE
- if (pr00gie) {
- /* won't need stdin */
- close(STDIN_FILENO);
- }
-#endif /* CONFIG_NC_GAPING_SECURITY_HOLE */
-
if ((do_listen && optind != argc) || (!do_listen && optind + 2 != argc))
bb_show_usage();