Remove call to parse_query.
Not needed anymore.
This commit is contained in:
parent
20bc6a4ab7
commit
4d155f70b0
@ -69,7 +69,6 @@ int main(int argc, char** argv)
|
||||
*(qbuff->sbuf->data + 2) = (unsigned char)(psize>>16);
|
||||
*(qbuff->sbuf->data + 4) = 0x03;
|
||||
memcpy(qbuff->start + 5,readbuff,psize + 1);
|
||||
parse_query(qbuff);
|
||||
tok = qc_get_canonical(qbuff);
|
||||
fprintf(outfile,"%s\n",tok);
|
||||
free(tok);
|
||||
|
Loading…
x
Reference in New Issue
Block a user