Added checks that the query was cloned in clientReply before waiting for a reply.

This commit is contained in:
Markus Makela
2014-12-30 23:05:13 +02:00
parent 9a77509e6a
commit 073db0f1e2
2 changed files with 30 additions and 41 deletions

View File

@ -2130,7 +2130,7 @@ dcb_null_write(DCB *dcb, GWBUF *buf)
buf = gwbuf_consume(buf, GWBUF_LENGTH(buf));
}
dcb->flags |= DCBF_REPLIED;
dcb->flags |= DCBF_REPLIED;
return 1;
}