]> git.tuebingen.mpg.de Git - paraslash.git/commit
Destroy the close_on_fork_list in close_listed_fds().
authorAndre Noll <maan@systemlinux.org>
Sun, 22 Mar 2009 11:23:21 +0000 (12:23 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 22 Mar 2009 11:23:21 +0000 (12:23 +0100)
commit178acbc7280b6d4464bf0314ca348f9105366f23
treed61b360098c5d9bcd0d70cc7bb6f3a19bb5d1486
parentab6470e0146493969887781bc8efd5a615f879c7
Destroy the close_on_fork_list in close_listed_fds().

This is called from child context and the child does no longer
need the list once all fds have been closed.
close_on_fork.c