Merged revisions 173657 via svnmerge from

https://origsvn.digium.com/svn/asterisk/trunk

........
  r173657 | tilghman | 2009-02-05 13:36:29 -0600 (Thu, 05 Feb 2009) | 2 lines
  
  Change the first field, or we don't get the necessary field separation.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@173658 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2009-02-05 19:37:55 +00:00
parent 075fb9b0cd
commit a41fb27c15

View File

@@ -812,6 +812,7 @@ static int cdr_handler(struct ast_cdr *cdr)
ast_str_append(&sql2, 0, "%s,", tmp);
sqlite_freemem(tmp);
}
first = 0;
}
release_table(tbl);