From c8a9fe5b07aebbc7120599606c7740e840d15562 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 4 Feb 2009 09:51:31 +0300 Subject: properly update local vfeed counters --- functions.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'functions.js') diff --git a/functions.js b/functions.js index 99ae1d430..837a6b42f 100644 --- a/functions.js +++ b/functions.js @@ -627,6 +627,8 @@ function parse_counters_reply(transport, scheduled_call) { function all_counters_callback2(transport, async_call) { try { if (async_call) async_counters_work = true; + + if (offline_mode) return; debug("all_counters_callback2 IN: " + transport + ""); parse_counters_reply(transport); -- cgit v1.2.3