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

Author: Carsten Bock <[email protected]>
Committer: Carsten Bock <[email protected]>
Date:   Thu Mar 13 14:59:58 2014 +0100

carrierroute: Minor typo in previous fix

---

 modules/carrierroute/parser_carrierroute.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/carrierroute/parser_carrierroute.c 
b/modules/carrierroute/parser_carrierroute.c
index d49050a..55beb93 100644
--- a/modules/carrierroute/parser_carrierroute.c
+++ b/modules/carrierroute/parser_carrierroute.c
@@ -57,7 +57,7 @@
  *
  * @return index of option inside option list, -1 not found
  */
-int get_option_position(char* opt_name, option_description* opt_list, int 
no_options){
+int get_option_position(const char* opt_name, const option_description* 
opt_list, int no_options){
        int i;
        for (i = 0; i<no_options; i++){
                if (strcmp(opt_name, opt_list[i].name) == 0){


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to