output_binary: rm TODO item

Yes, disabled probes are stripped by the filter before the
output module even gets data.
This commit is contained in:
Bert Vermeulen 2010-05-05 21:43:25 -07:00
parent 7aae74622e
commit c9c1c6458c
1 changed files with 0 additions and 2 deletions

View File

@ -59,9 +59,7 @@ static int data(struct output *o, char *data_in, uint64_t length_in,
if (outbuf == NULL)
return SIGROK_ERR_MALLOC;
/* TODO: Are disabled probes handled correctly? */
memcpy(outbuf, data_in, length_in);
*data_out = outbuf;
*length_out = outsize;