projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2abbee6
)
- fix
author
Bart Polot
<bart@net.in.tum.de>
Mon, 5 Nov 2012 14:51:42 +0000
(14:51 +0000)
committer
Bart Polot
<bart@net.in.tum.de>
Mon, 5 Nov 2012 14:51:42 +0000
(14:51 +0000)
src/mesh/gnunet-service-mesh-new.c
patch
|
blob
|
history
diff --git
a/src/mesh/gnunet-service-mesh-new.c
b/src/mesh/gnunet-service-mesh-new.c
index 5ae0987e29214e933fb9a160a02475fca4ad7291..d751eac07cb2e87b2c05fc5905701226dce9c00b 100644
(file)
--- a/
src/mesh/gnunet-service-mesh-new.c
+++ b/
src/mesh/gnunet-service-mesh-new.c
@@
-8328,18
+8328,6
@@
run (void *cls, struct GNUNET_SERVER_Handle *server,
{
}
- 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))