summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-18 01:21:38 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-18 01:21:38 +0100
commit572f35066075efef81c17eca9bd8b6696dc02dea (patch)
treebee1a32583e93981b26e16eea43d87cc955ec6c1
parentd2d7791c698cee7912fc054660cced40ff2171de (diff)
downloadexchange-572f35066075efef81c17eca9bd8b6696dc02dea.tar.gz
exchange-572f35066075efef81c17eca9bd8b6696dc02dea.tar.bz2
exchange-572f35066075efef81c17eca9bd8b6696dc02dea.zip
add fixme
-rw-r--r--src/exchangedb/exchangedb_accounts.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/exchangedb/exchangedb_accounts.c b/src/exchangedb/exchangedb_accounts.c
index 037793953..fa349d58a 100644
--- a/src/exchangedb/exchangedb_accounts.c
+++ b/src/exchangedb/exchangedb_accounts.c
@@ -50,6 +50,9 @@ struct FindAccountContext
* true, call the callback from the context with the
* rest of the section name.
*
+ * FIXME(dold): This comment is inaccurate! Also, why
+ * is the prefix "account-" and not "exchange-account-"?
+ *
* @param cls our `struct FindEnabledWireContext`
* @param section name of a section in the configuration
*/