ionutionita92 commented on this pull request.


>       }
 
-       if(((char *)(*param))[0] == '\0') {
-               // Empty URI, use the URI set at module level (dup_uri)
-               if(dup_uri) {
-                       uri = *dup_uri;
-               } else {
-                       LM_ERR("Missing duplicate URI\n");
-                       return -1;
-               }
-       } else {
-               duri = (char *)*param;
+       for (idx = 0; idx < sflags->len; idx++) {

it's github diff that's behaving odd.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/1912#discussion_r272999803
_______________________________________________
Kamailio (SER) - Development Mailing List
[email protected]
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to