projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d3fc1e
)
Change the first field, or we don't get the necessary field separation.
author
Tilghman Lesher
<tilghman@meg.abyt.es>
Thu, 5 Feb 2009 19:36:29 +0000
(19:36 +0000)
committer
Tilghman Lesher
<tilghman@meg.abyt.es>
Thu, 5 Feb 2009 19:36:29 +0000
(19:36 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@173657
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
res/res_config_sqlite.c
patch
|
blob
|
history
diff --git
a/res/res_config_sqlite.c
b/res/res_config_sqlite.c
index
114aa80
..
483ab21
100644
(file)
--- a/
res/res_config_sqlite.c
+++ b/
res/res_config_sqlite.c
@@
-819,6
+819,7
@@
static int cdr_handler(struct ast_cdr *cdr)
ast_str_append(&sql2, 0, "%s%s", first ? "" : ",", tmp);
sqlite_freemem(tmp);
}
+ first = 0;
}
release_table(tbl);