Module: kamailio Branch: master Commit: 0e6b79f293e05222230f4e72efe1b5667253af48 URL: https://github.com/kamailio/kamailio/commit/0e6b79f293e05222230f4e72efe1b5667253af48
Author: Henning Westerholt <[email protected]> Committer: Henning Westerholt <[email protected]> Date: 2019-09-20T00:03:55+02:00 core: comment added to timer fork logic --- Modified: src/main.c --- Diff: https://github.com/kamailio/kamailio/commit/0e6b79f293e05222230f4e72efe1b5667253af48.diff Patch: https://github.com/kamailio/kamailio/commit/0e6b79f293e05222230f4e72efe1b5667253af48.patch --- diff --git a/src/main.c b/src/main.c index 03d39b46d4..9b82cbca68 100644 --- a/src/main.c +++ b/src/main.c @@ -1436,6 +1436,7 @@ int main_loop(void) if (arm_timer()<0) goto error; timer_main(); }else{ + /* do nothing for main timer */ } if(sr_wtimer_start()<0) { _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
