Module: sip-router
Branch: 4.0
Commit: c4b51e9f51b4b2c4e908b4c4dc33b824021f1ca1
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c4b51e9…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Mon Jun 17 11:00:29 2013 +0200
pipelimit: fixed typo in module parameter name
- patch by Krischan Udelhoven
(cherry picked from commit c5573dddc4c11898fb68365e9a311aff0f1690c8)
---
modules/pipelimit/pipelimit.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/pipelimit/pipelimit.c b/modules/pipelimit/pipelimit.c
index b183e33..77d2796 100644
--- a/modules/pipelimit/pipelimit.c
+++ b/modules/pipelimit/pipelimit.c
@@ -133,7 +133,7 @@ static param_export_t params[]={
{"reply_reason", STR_PARAM, &pl_drop_reason.s},
{"db_url", STR_PARAM, &pl_db_url},
{"plp_table_name", STR_PARAM, &rlp_table_name},
- {"plp_pipeid_colunm", STR_PARAM, &rlp_pipeid_col},
+ {"plp_pipeid_column", STR_PARAM, &rlp_pipeid_col},
{"plp_limit_column", STR_PARAM, &rlp_limit_col},
{"plp_algorithm_column", STR_PARAM, &rlp_algorithm_col},