aboutsummaryrefslogtreecommitdiff
path: root/src/util/service.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/service.c')
-rw-r--r--src/util/service.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/util/service.c b/src/util/service.c
index b5711972b..91fc460e2 100644
--- a/src/util/service.c
+++ b/src/util/service.c
@@ -1566,12 +1566,12 @@ GNUNET_SERVICE_run (int argc, char *const *argv, const char *serviceName,
1566 LOG (GNUNET_ERROR_TYPE_DEBUG, 1566 LOG (GNUNET_ERROR_TYPE_DEBUG,
1567 "Service `%s' runs with configuration from `%s'\n", serviceName, cfg_fn); 1567 "Service `%s' runs with configuration from `%s'\n", serviceName, cfg_fn);
1568#endif 1568#endif
1569 if ( (GNUNET_OK == 1569 if ((GNUNET_OK ==
1570 GNUNET_CONFIGURATION_get_value_number (sctx.cfg, "TESTING", "SKEW_OFFSET", 1570 GNUNET_CONFIGURATION_get_value_number (sctx.cfg, "TESTING",
1571 &skew_offset)) && 1571 "SKEW_OFFSET", &skew_offset)) &&
1572 (GNUNET_OK == 1572 (GNUNET_OK ==
1573 GNUNET_CONFIGURATION_get_value_number (sctx.cfg, "TESTING", 1573 GNUNET_CONFIGURATION_get_value_number (sctx.cfg, "TESTING",
1574 "SKEW_VARIANCE", &skew_variance)) ) 1574 "SKEW_VARIANCE", &skew_variance)))
1575 { 1575 {
1576 clock_offset = skew_offset - skew_variance; 1576 clock_offset = skew_offset - skew_variance;
1577 GNUNET_TIME_set_offset (clock_offset); 1577 GNUNET_TIME_set_offset (clock_offset);