mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
2954. [bug] contrib: dlz_mysql_driver.c bad error handling on
build_sqldbinstance failure. [RT #21623]
This commit is contained in:
parent
8c13f838f5
commit
75f48cecb3
2 changed files with 4 additions and 1 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
2954. [bug] contrib: dlz_mysql_driver.c bad error handling on
|
||||
build_sqldbinstance failure. [RT #21623]
|
||||
|
||||
2953. [bug] Silence spurious "expected covering NSEC3, got an
|
||||
exact match" message when returning a wildcard
|
||||
no data response. [RT #21744]
|
||||
|
|
|
|||
|
|
@ -883,7 +883,7 @@ mysql_create(const char *dlzname, unsigned int argc, char *argv[],
|
|||
"mysql driver could not create "
|
||||
"database instance object.");
|
||||
result = ISC_R_FAILURE;
|
||||
goto full_cleanup;
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
/* create and set db connection */
|
||||
|
|
|
|||
Loading…
Reference in a new issue