Commit fee04a8e authored by Claes Sjofors's avatar Claes Sjofors

Subscription, after timout all are reset imediately

parent 2e44ec58
......@@ -75,7 +75,7 @@ subcm_CheckTimeout ()
/* Calculate # of remote object clients to process this time */
n = gdbroot->db->subt_lc * gdbroot->db->tmotime / gdbroot->db->tmolap;
n = gdbroot->db->subt_lc;
if (n == 0) n = MIN(1, gdbroot->db->subt_lc);
for (i=0; i<n; i++) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment