* Put the commas back in when parsing the filter args, so the log contains the actual args sent by the client, instead of just the first one.
This commit is contained in:
@ -332,6 +332,8 @@ set_filter_flags(char * filter)
|
|||||||
flags |= FILTER_RES;
|
flags |= FILTER_RES;
|
||||||
flags |= FILTER_RES_SIZE;
|
flags |= FILTER_RES_SIZE;
|
||||||
}
|
}
|
||||||
|
if( *saveptr )
|
||||||
|
*(saveptr-1) = ',';
|
||||||
item = strtok_r(NULL, ",", &saveptr);
|
item = strtok_r(NULL, ",", &saveptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user