aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-07 04:14:48 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-07 04:14:48 +0000
commit25be1f3bc599f4752aab163844ebe75d9a471a42 (patch)
treeea05f6ed4ff93515d18f8cf81040c4ebe199d16c /ChangeLog
parentcf0c3725e25d17b45115245540e799ae5632d760 (diff)
use correct arguments to ast_cdr_reset from my changes earlier today
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6991 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 62e1b7a9c..78016cc9b 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,7 +8,7 @@
* many files: Update applications to add an exit status variable, make priority jumping optional, and use new args parsing macros
* pbx.c cdr.c res/res_features.c apps/app_dial.c include/asterisk/cdr.h: Convert some built-in applications to use new args parsing macros. Change ast_cdr_reset to take a pointer to an ast_flags structure instead of an integer for flags.
* channels/chan_agent.c: Don't loop forever on an invalid options string
- * apps/app_disa.c: Fix to use correct arguments to ast_cdr_reset
+ * apps/app_disa.c apps/app_forkcdr.c: Fix to use correct arguments to ast_cdr_reset
2005-11-05 Kevin P. Fleming <kpfleming@digium.com>