test rpc keyless wrong order

This commit is contained in:
Olof hagsand 2020-12-02 09:53:33 +01:00
parent 4d5c428b79
commit 2b9f19a19f
3 changed files with 5 additions and 2 deletions

View file

@ -280,7 +280,7 @@ ctx2number(xp_ctx *xc,
{
int retval = -1;
char *str = NULL;
double n;
double n = NAN;
switch (xc->xc_type){
case XT_NODESET: