]> git.ipfire.org Git - thirdparty/asterisk.git/commit
main/cdr: Use 'time' when rescheduling batched CDRs as opposed to 'size'
authorMatthew Jordan <mjordan@digium.com>
Thu, 16 Oct 2014 21:13:08 +0000 (21:13 +0000)
committerMatthew Jordan <mjordan@digium.com>
Thu, 16 Oct 2014 21:13:08 +0000 (21:13 +0000)
commit90bd7988c34936fe6063ef04ab5cb9da0b40ab1a
tree721e07dfff28e1a6ba17707d7724df3ff3c9473a
parent370c82accaf853620df032cb84aea8c15f53097f
main/cdr: Use 'time' when rescheduling batched CDRs as opposed to 'size'

When refactoring CDRs to use the configuration framework, a 'whoops' was
introduced where the CDR batch size was used when rescheduling a batch,
as opposed to the time duration. This patch corrects that obvious mistake.

ASTERISK-24426 #close
Reported by: Shane Blaser

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@425735 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/cdr.c