use an Enum for the cm_fields vector instead of nameless chars
[citadel.git] / citadel / database.c
index 398f1eb0f864b5b420f48fb401d4f4abb4c4bf3a..724ee0f941cb20f73cfc1f0609ed6837c8af4256 100644 (file)
@@ -97,8 +97,10 @@ void cdb_verbose_log(const DB_ENV *dbenv, const char *msg)
 /* Verbose logging callback */
 void cdb_verbose_err(const DB_ENV *dbenv, const char *errpfx, const char *msg)
 {
+       int *FOO = NULL;
        syslog(LOG_ALERT, "DB: %s", msg);
        cit_backtrace();
+       *FOO = 1;
 }