diff options
Diffstat (limited to 'lash.c')
-rw-r--r-- | lash.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -632,7 +632,7 @@ static void close_all() | |||
632 | { | 632 | { |
633 | struct close_me *c; | 633 | struct close_me *c; |
634 | for (c=close_me_head; c; c=c->next) { | 634 | for (c=close_me_head; c; c=c->next) { |
635 | close(c->fd); | 635 | mark_closed(c->fd); |
636 | } | 636 | } |
637 | close_me_head = NULL; | 637 | close_me_head = NULL; |
638 | } | 638 | } |