projects
/
sip-router
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
459346a
)
mtree Make table name in source code the default as documented in the README
author
Olle E. Johansson
<oej@edvina.net>
Thu, 21 Apr 2016 20:27:36 +0000
(22:27 +0200)
committer
Olle E. Johansson
<oej@edvina.net>
Thu, 21 Apr 2016 20:27:36 +0000
(22:27 +0200)
modules/mtree/mtree_mod.c
patch
|
blob
|
history
diff --git
a/modules/mtree/mtree_mod.c
b/modules/mtree/mtree_mod.c
index
05f69ac
..
9297a69
100644
(file)
--- a/
modules/mtree/mtree_mod.c
+++ b/
modules/mtree/mtree_mod.c
@@
-76,7
+76,7
@@
CREATE TABLE mtrees (
/** parameters */
static str db_url = str_init(DEFAULT_DB_URL);
-static str db_table = str_init("");
+static str db_table = str_init("
mtrees
");
static str tname_column = str_init("tname");
static str tprefix_column = str_init("tprefix");
static str tvalue_column = str_init("tvalue");