Err, yeah.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@171122 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2009-01-25 20:40:44 +00:00
parent 2957e5ae8e
commit 57c31c89eb

View File

@@ -1982,7 +1982,7 @@ static enum agi_result run_agi(struct ast_channel *chan, char *request, AGI *agi
* it allows the main thread to proceed, even without the child PID
* dying immediately (the child may be doing cleanup, etc.). Without
* this code, zombie processes accumulate for as long as child
* processes exist (which on busy systems may be never, filling up the
* processes exist (which on busy systems may be always, filling up the
* process table).
*
* Note that in trunk, we don't stop interaction at the hangup event