Module: sip-router
Branch: master
Commit: c5573dddc4c11898fb68365e9a311aff0f1690c8
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c5573dddc4c11898fb68365e9a311aff0f1690c8

Author: Daniel-Constantin Mierla <mico...@gmail.com>
Committer: Daniel-Constantin Mierla <mico...@gmail.com>
Date:   Mon Jun 17 11:00:29 2013 +0200

pipelimit: fixed typo in module parameter name

- patch by Krischan Udelhoven

---

 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},
 


_______________________________________________
sr-dev mailing list
sr-dev@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to