Fail on error
This commit is contained in:
parent
4b3c936cd4
commit
d44dfa859d
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue