[sr-dev] git:master:b59771bb: modules/sipcapture: fix (param_export_t).name typo
Daniel-Constantin Mierla
miconda at gmail.com
Tue Jul 25 18:52:06 CEST 2017
If the documentation is without the typo, then it can be backported.
Cheers,
Daniel
On 25.07.17 15:06, Mikko Lehto wrote:
>> diff --git a/src/modules/sipcapture/sipcapture.c b/src/modules/sipcapture/sipcapture.c
>> index beaff682d3..1c365f8168 100644
>> --- a/src/modules/sipcapture/sipcapture.c
>> +++ b/src/modules/sipcapture/sipcapture.c
>> @@ -367,7 +367,7 @@ static param_export_t params[] = {
>> {"insert_retries", INT_PARAM, &insert_retries },
>> {"insert_retry_timeout", INT_PARAM, &insert_retry_timeout },
>> {"table_time_sufix", PARAM_STR, &table_time_sufix },
>> - {"topoh_unamsk", PARAM_INT, &sc_topoh_unmask },
>> + {"topoh_unmask", PARAM_INT, &sc_topoh_unmask },
>> {"nonsip_hook", PARAM_INT, &nonsip_hook },
>> {0, 0, 0}
>> };
> This looks innocent, but not being topoh user, I cannot verify if activated
> code paths are free of troubles in real world.
>
> Same typo exists in 5.0.
>
--
Daniel-Constantin Mierla
www.twitter.com/miconda -- www.linkedin.com/in/miconda
Kamailio Advanced Training - www.asipto.com
Kamailio World Conference - www.kamailioworld.com
More information about the sr-dev
mailing list