Browse Source

[trac925] TODO note

Michal 'vorner' Vaner 14 years ago
parent
commit
62168918ac
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/lib/server_common/keyring.h

+ 4 - 0
src/lib/server_common/keyring.h

@@ -82,6 +82,10 @@ initKeyring(config::ModuleCCSession& session);
  * This does nothing if the key ring is not loaded currently.
  *
  * \param session The configuration session used to talk to the config manager.
+ *
+ * \todo What do we do when the data that come are invalid? Should we ignore it,
+ *     as walidity should have been checked already in the config manager, or
+ *     throw? What about when we get an update and it's invalid?
  */
 void
 deinitKeyring(config::ModuleCCSession& session);