summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e1b0c44)
raw | patch | inline | side by side (parent: e1b0c44)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 3 May 2007 19:38:39 +0000 (21:38 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 3 May 2007 19:38:39 +0000 (21:38 +0200) |
src/configfile.c | patch | blob | history |
diff --git a/src/configfile.c b/src/configfile.c
index a10314d083ba9769bfbf51b3ef5702695de1663d..4b6803ed68a398cbdff4881ad9e599b2ad9d3639 100644 (file)
--- a/src/configfile.c
+++ b/src/configfile.c
{"Hostname", NULL, NULL},
{"Interval", NULL, "10"},
{"ReadThreads", NULL, "5"},
- {"TypesDS", NULL, PLUGINDIR"/types.db"} /* FIXME: Configure path */
+ {"TypesDB", NULL, PLUGINDIR"/types.db"} /* FIXME: Configure path */
};
static int cf_global_options_num = STATIC_ARRAY_LEN (cf_global_options);