Tobias Kreidl wrote:
> 
> Why "0 days" and "1h"? These look like the default, rather than the
> actual values in the policyd.conf file.
> Is there a bug in "cleanup" or am I doing something incorrectly?

None. Its strictly a cosmetic DEBUG printf()/logmessage() that
was left behind. Things are working as it should.

Cami

--- cleanup.c   2007-07-11 09:06:23.000000000 +0200
+++ cleanup.c   2008-02-05 08:12:18.000000000 +0200
@@ -145,10 +145,6 @@
        timenow - SENDER_INACTIVE_EXPIRE);
      if(db_deletequery(0) == -1) exit(-1);

-
-    logmessage("expiring throttlesender instances older than 1 hour 
(%d)\n",
-      timenow - 3600);
-
      /* build up & execute query */
      snprintf(mysqlquery_array[0], 512,
        "DELETE QUICK FROM throttle_from_instance WHERE _expire < %d",

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
policyd-users mailing list
policyd-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/policyd-users

Reply via email to