Fail on error
This commit is contained in:
parent
949aa7f92f
commit
a91066fa1d
@ -3283,6 +3283,7 @@ static int send_bind_temp_on_answer (struct query *q UU) {
|
|||||||
|
|
||||||
static struct query_methods send_bind_temp_methods = {
|
static struct query_methods send_bind_temp_methods = {
|
||||||
.on_answer = send_bind_temp_on_answer,
|
.on_answer = send_bind_temp_on_answer,
|
||||||
|
.on_error = fail_on_error,
|
||||||
.type = TYPE_TO_PARAM (bool)
|
.type = TYPE_TO_PARAM (bool)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user