(main): Call closeopen

This commit is contained in:
Sergey Poznyakoff
2006-07-04 21:52:14 +00:00
parent 9869d0ae17
commit 1421ee630d

View File

@@ -2240,6 +2240,9 @@ main (int argc, char **argv)
/* Make sure we have first three descriptors available */
stdopen ();
/* Close all inherited open descriptors, except for the first three */
closeopen ();
/* Pre-allocate a few structures. */
allocated_archive_names = 10;