1 --- src/proftpd-1.3.2rc1/contrib/mod_sql_sqlite.c.orig 2008-08-20 12:58:35.000000000 +1000
2 +++ src/proftpd-1.3.2rc1/contrib/mod_sql_sqlite.c 2008-08-20 13:04:37.000000000 +1000
4 /* Set up our timer, if necessary. */
6 entry->timer = add_timer(entry->ttl, -1, &sql_sqlite_module,
7 - sql_sqlite_timer_cb);
8 + sql_sqlite_timer_cb, "TDS connection ttl");
10 sql_log(DEBUG_INFO, "'%s' connection: %d second timer started",
11 entry->name, entry->ttl);