[sr-dev] [kamailio/kamailio] dispatcher: rework attrs parameter in rpc 'add' command (#2339)

Daniel-Constantin Mierla notifications at github.com
Thu May 28 18:27:20 CEST 2020


@miconda commented on this pull request.



>  		rpc->fault(ctx, 500, "Invalid Parameters");
 		return;
+	} else if (nparams < 4) {

I think the condition here has to be `(nparams < 3)`.

-- 
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/2339#pullrequestreview-420286632
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20200528/f98c4c25/attachment.html>


More information about the sr-dev mailing list