]> code.citadel.org Git - citadel.git/blobdiff - citadel/database.c
* Debugged all possible ways for a session to terminate; do them cleanly.
[citadel.git] / citadel / database.c
index 4267b4f8378e3e7a99c4dc9490b0a777412e8ada..79ae1981344ccdd24c7b36b0f556370626e718ac 100644 (file)
@@ -39,7 +39,8 @@ GDBM_FILE gdbms[MAXCDB];
 
 /*
  * We also keep these around, for sequential searches... (one per 
- * session.  Maybe there's a better way?)
+ * session.  Maybe there's a better way?)    FIX ... there _is_ a better
+ * way.  We have TSD functions now; use them.
  */
 #define MAXKEYS 256
 datum dtkey[MAXKEYS];