diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-01-18 01:21:38 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-01-18 01:21:38 +0100 |
commit | 572f35066075efef81c17eca9bd8b6696dc02dea (patch) | |
tree | bee1a32583e93981b26e16eea43d87cc955ec6c1 | |
parent | d2d7791c698cee7912fc054660cced40ff2171de (diff) | |
download | exchange-572f35066075efef81c17eca9bd8b6696dc02dea.tar.gz exchange-572f35066075efef81c17eca9bd8b6696dc02dea.tar.bz2 exchange-572f35066075efef81c17eca9bd8b6696dc02dea.zip |
add fixme
-rw-r--r-- | src/exchangedb/exchangedb_accounts.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/exchangedb/exchangedb_accounts.c b/src/exchangedb/exchangedb_accounts.c index 03779395..fa349d58 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 */ |