THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#239 - Incorrect error message in uac module
User who did this - Víctor Seva (linuxmaniac)
----------
This seems quite reasonable and easy to fix.
Can I commit this to 3.3 branch?
----------
One or more files have been attached.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=239#comment991
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#321 - Nathelper: modparam natping_processes max value
User who did this - Víctor Seva (linuxmaniac)
Reason for closing: Implemented
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=321
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
Víctor Seva has taken ownership of the following task:
FS#321 - Nathelper: modparam natping_processes max value
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=321
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#321 - Nathelper: modparam natping_processes max value
User who did this - Daniel-Constantin Mierla (miconda)
----------
It is ok to backport, that is rather strange limitation and does not add/remove features.
----------
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=321#comment990
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#321 - Nathelper: modparam natping_processes max value
User who did this - Daniel-Constantin Mierla (miconda)
----------
OK, just some useless functions call, but is startup, so not real impact. You can commit.
----------
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=321#comment989
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#321 - Nathelper: modparam natping_processes max value
User who did this - Víctor Seva (linuxmaniac)
----------
BTW, can I push this fix to 4.0 branch too?
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=321#comment988
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#321 - Nathelper: modparam natping_processes max value
User who did this - Víctor Seva (linuxmaniac)
----------
AFAIK if natping_processes==0:
register_dummy_timers(natping_processes);
/**
* \brief update internal counters for running new basic sec. timers
* @param timers number of basic timer processes
* @return 0 on success; -1 on error
*/
int register_basic_timers(int timers)
{
if(register_procs(timers)<0)
return -1;
cfg_register_child(timers);
return 0;
}
So... It seems no process is created. Just what we expected. doesn't it?
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=321#comment987
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.