gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r24747 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r24747 - gnunet/src/mesh
Date: Mon, 5 Nov 2012 15:51:42 +0100

Author: bartpolot
Date: 2012-11-05 15:51:42 +0100 (Mon, 05 Nov 2012)
New Revision: 24747

Modified:
   gnunet/src/mesh/gnunet-service-mesh-new.c
Log:
- fix

Modified: gnunet/src/mesh/gnunet-service-mesh-new.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh-new.c   2012-11-05 14:50:50 UTC (rev 
24746)
+++ gnunet/src/mesh/gnunet-service-mesh-new.c   2012-11-05 14:51:42 UTC (rev 
24747)
@@ -8329,18 +8329,6 @@
   }
 
   if (GNUNET_OK !=
-      GNUNET_CONFIGURATION_get_value_time (c, "MESH", "UNACKNOWLEDGED_WAIT",
-                                           &unacknowledged_wait_time))
-  {
-    GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                _
-                ("%s service is lacking key configuration settings (%s).  
Exiting.\n"),
-                "mesh", "unacknowledged wait time");
-    GNUNET_SCHEDULER_shutdown ();
-    return;
-  }
-
-  if (GNUNET_OK !=
       GNUNET_CONFIGURATION_get_value_time (c, "MESH", "CONNECT_TIMEOUT",
                                            &connect_timeout))
   {




reply via email to

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