Module: kamailio Branch: master Commit: e6cdb91037abc5a7668e7919281072b15e758739 URL: https://github.com/kamailio/kamailio/commit/e6cdb91037abc5a7668e7919281072b1...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2015-03-20T12:57:04+01:00
tm: formated the comment without + chars
---
Modified: modules/tm/t_suspend.c
---
Diff: https://github.com/kamailio/kamailio/commit/e6cdb91037abc5a7668e7919281072b1... Patch: https://github.com/kamailio/kamailio/commit/e6cdb91037abc5a7668e7919281072b1...
---
diff --git a/modules/tm/t_suspend.c b/modules/tm/t_suspend.c index cc4dd61..3fa8f2e 100644 --- a/modules/tm/t_suspend.c +++ b/modules/tm/t_suspend.c @@ -216,13 +216,13 @@ int t_continue(unsigned int hash_index, unsigned int label, }
/* Set last_received to something >= 200, -+ * the actual value does not matter, the branch -+ * will never be picked up for response forwarding. -+ * If last_received is lower than 200, -+ * then the branch may tried to be cancelled later, -+ * for example when t_reply() is called from -+ * a failure route => deadlock, because both -+ * of them need the reply lock to be held. */ + * the actual value does not matter, the branch + * will never be picked up for response forwarding. + * If last_received is lower than 200, + * then the branch may tried to be cancelled later, + * for example when t_reply() is called from + * a failure route => deadlock, because both + * of them need the reply lock to be held. */ t->uac[branch].last_received=500; uac = &t->uac[branch]; }