Skip to content

Commit

Permalink
modules/sipcapture: fix (param_export_t).name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mslehto committed Jul 25, 2017
1 parent 1632bb7 commit b59771b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/sipcapture/sipcapture.c
Expand Up @@ -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}
};
Expand Down

0 comments on commit b59771b

Please sign in to comment.