gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r3107 - branches/GNUnet-0.7.0/src/applications/identity


From: durner
Subject: [GNUnet-SVN] r3107 - branches/GNUnet-0.7.0/src/applications/identity
Date: Sun, 9 Jul 2006 06:38:50 -0700 (PDT)

Author: durner
Date: 2006-07-09 06:38:47 -0700 (Sun, 09 Jul 2006)
New Revision: 3107

Modified:
   branches/GNUnet-0.7.0/src/applications/identity/identity.c
Log:
fix

Modified: branches/GNUnet-0.7.0/src/applications/identity/identity.c
===================================================================
--- branches/GNUnet-0.7.0/src/applications/identity/identity.c  2006-07-09 
12:53:44 UTC (rev 3106)
+++ branches/GNUnet-0.7.0/src/applications/identity/identity.c  2006-07-09 
13:38:47 UTC (rev 3107)
@@ -1146,13 +1146,13 @@
         0);
   }
   delCronJob(&cronScanDirectoryDataHosts,
-            CRON_DISCARD_HOSTS_INTERVAL,
+            CRON_DATA_HOST_FREQ,
             NULL);
   delCronJob(&cronFlushTrustBuffer,
             CRON_TRUST_FLUSH_FREQ,
             NULL);
   delCronJob(&cronDiscardHosts,
-       CRON_DISCARDS_HOSTS_AFTER,
+       CRON_DISCARD_HOSTS_INTERVAL,
        NULL);
   cronFlushTrustBuffer(NULL);
   MUTEX_DESTROY(&lock_);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]