There seems to be a small bug in the num_param() function in zabbix 1.6.1
The bug is encountered when parsing a UserParameter and prevents the use of an escaped double quote inside a quoted string parameter.
The attached patch changes the behaviour of num_param() to match that of get_param() when double quotes are encountered inside an quoted string.
The bug is encountered when parsing a UserParameter and prevents the use of an escaped double quote inside a quoted string parameter.
The attached patch changes the behaviour of num_param() to match that of get_param() when double quotes are encountered inside an quoted string.
Comment