bacnet/runtime/server.c
changeset 2261 37ef7a3c6b8b
parent 2187 c6321473fac1
child 2268 e6c9a52d3877
--- a/bacnet/runtime/server.c	Thu Aug 09 09:07:09 2018 +0200
+++ b/bacnet/runtime/server.c	Mon Aug 13 11:10:23 2018 +0200
@@ -49,7 +49,7 @@
 #include "net.h"
 #include "txbuf.h"
 #include "version.h"
-#include "timesync.h"
+
 
 
 /* A utility function used by most (all?) implementations of BACnet Objects */
@@ -517,7 +517,7 @@
         if (elapsed_seconds) {
             last_seconds = current_seconds;
             dcc_timer_seconds(elapsed_seconds);
-            bvlc_maintenance_timer(elapsed_seconds);
+            //bvlc_maintenance_timer(elapsed_seconds); // already called by dlenv_maintenance_timer() => do _not_ call here!
             dlenv_maintenance_timer(elapsed_seconds);
             elapsed_milliseconds = elapsed_seconds * 1000;
             tsm_timer_milliseconds(elapsed_milliseconds);