2954. [bug] contrib: dlz_mysql_driver.c bad error handling on

build_sqldbinstance failure. [RT #21623]
This commit is contained in:
Mark Andrews
2010-09-13 03:27:48 +00:00
parent 8c13f838f5
commit 75f48cecb3
2 changed files with 4 additions and 1 deletions

View File

@@ -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]

View File

@@ -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 */