Commit a91066fa authored by vvaltman's avatar vvaltman

Fail on error

parent 949aa7f9
......@@ -3283,6 +3283,7 @@ static int send_bind_temp_on_answer (struct query *q UU) {
static struct query_methods send_bind_temp_methods = {
.on_answer = send_bind_temp_on_answer,
.on_error = fail_on_error,
.type = TYPE_TO_PARAM (bool)
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment