summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2016-06-11 10:41:37 +0200
committerAlfred E. Heggestad <aeh@db.org>2016-06-11 10:41:37 +0200
commit9eef4975c5f79a96e6cfe287b919ad707a47e87f (patch)
tree8579c810ce426418226958546b114b86bc902a82
parentec8b097a25c946ffd86c09f7dff8f59c0975b5e3 (diff)
parent045024ee2753c161eedf7f3230631a5d9604ff4c (diff)
Merge remote-tracking branch 'origin/master' into pulse
-rw-r--r--docs/TODO3
-rw-r--r--src/config.c1
2 files changed, 1 insertions, 3 deletions
diff --git a/docs/TODO b/docs/TODO
index ad7104f..db3ba23 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -6,8 +6,6 @@ Version v0.x.y:
config: add support for pre-pending or appending config items
from command-line options
- conf: move generation of config template to a module ('config.so') ?
-
improve first-time user experience, add a new module that will
prompt the user for a SIP uri and (optionally) a password.
@@ -22,6 +20,7 @@ Version v0.x.y:
long term goal: a fully re-entrant libbaresip with no static data
+ vidsrc: add timestamp to api
-------------------------------------------------------------------------------
BUGS:
diff --git a/src/config.c b/src/config.c
index a6fcd26..77a4411 100644
--- a/src/config.c
+++ b/src/config.c
@@ -20,7 +20,6 @@
/** Core Run-time Configuration - populated from config file */
-/** @todo: move config parsing/decoding to a module */
static struct config core_config = {
/** SIP User-Agent */