@grumvalski commented on this pull request.


In src/modules/dispatcher/dispatcher.c:

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

right, fixed and force pushed.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.