updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / proftpd-deb / add_timer.patch
blob16e1afa2b2b397ff5c245802a86774ff93f26140
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
3 @@ -237,7 +237,7 @@
4 /* Set up our timer, if necessary. */
5 if (entry->ttl > 0) {
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);