Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
subscription: do not call subscription_schedule recursively() - mux s…
…ubscriptions, fixes #2750
  • Loading branch information
perexg committed Mar 31, 2015
1 parent f6d9813 commit 3b92536
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/subscriptions.c
Expand Up @@ -692,7 +692,8 @@ subscription_create_from_channel_or_service(profile_chain_t *prch,
subscription_link_service(s, si->si_s);
subscription_show_info(s);
} else {
subscription_reschedule();
gtimer_arm(&subscription_reschedule_timer,
subscription_reschedule_cb, NULL, 0);
}
return s;
}
Expand Down

0 comments on commit 3b92536

Please sign in to comment.