aboutsummaryrefslogtreecommitdiffstats
path: root/main/channel.c
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-30 17:51:17 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-30 17:51:17 +0000
commitf81c7dab7fbfa831813185130c7d013d366a3917 (patch)
tree6c1b9b9732efb82702360095591d99dc11c3cd93 /main/channel.c
parent3bbd029dc1830cd9c95e80d40b94b497e8eb03ce (diff)
several changes via kpflemings review
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@59522 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/channel.c')
-rw-r--r--main/channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/channel.c b/main/channel.c
index d92fa0c7a..bb7f556c5 100644
--- a/main/channel.c
+++ b/main/channel.c
@@ -823,7 +823,7 @@ struct ast_channel *ast_channel_alloc(int needqueue, int state, const char *cid_
tmp->uniqueid);
}
- /* Experiment: under what conditions do we NOT want to track cdrs on channels? */
+ /* Reminder for the future: under what conditions do we NOT want to track cdrs on channels? */
tmp->cdr = ast_cdr_alloc();
ast_cdr_init(tmp->cdr, tmp);
ast_cdr_start(tmp->cdr);