]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
automerge commit
authorAutomerge script <automerge@asterisk.org>
Wed, 22 Mar 2006 21:07:01 +0000 (21:07 +0000)
committerAutomerge script <automerge@asterisk.org>
Wed, 22 Mar 2006 21:07:01 +0000 (21:07 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@14229 65c4cc65-6c06-0410-ace0-fbb531ad65f3

pbx.c

diff --git a/pbx.c b/pbx.c
index 7a3e80aa46e8872807afaaa8aa67b9b93a599659..7851f3d370047affe4b0e08fc944cfd13770272b 100644 (file)
--- a/pbx.c
+++ b/pbx.c
@@ -4923,10 +4923,9 @@ static void *async_wait(void *data)
        return NULL;
 }
 
-/*! Function to update the cdr after a spool call fails.
+/*! Function to post an empty cdr after a spool call fails.
  *
- *  This function updates the cdr for a failed spool call
- *  and takes the channel of the failed call as an argument.
+ *  This function posts an empty cdr for a failed spool call
  *
  */
 int ast_pbx_outgoing_cdr_failed(void)