Commit Graph

1 Commits (8a52a168473f57e0fbcd8de794e9da6529c5ca2a)

Author SHA1 Message Date
Ben Noordhuis bd907174e8 node: delete NODE_CHANNEL_FD from env
Prevents accidental inheritance by child processes. If the child process is a
node process, it would try to set up a channel with the parent and consequently
never quit because the channel kept the event loop alive.

Fixes #3240.
2012-05-14 07:19:11 +02:00