Skip to content

Commit fa40290

Browse files
author
Stanley Sufficool
committed
FIX BUG #65219 - Typo correction
1 parent 5ce23f3 commit fa40290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pdo_dblib/dblib_driver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ static int pdo_dblib_handle_factory(pdo_dbh_t *dbh, zval *driver_options TSRMLS_
369369
*/
370370
#ifndef DBSETLDBNAME
371371
if (vars[3].optval) {
372-
if(FAIL == dbuse(H->link, vars[3].optval)) goto gleanup;
372+
if(FAIL == dbuse(H->link, vars[3].optval)) goto cleanup;
373373
}
374374
#endif
375375

0 commit comments

Comments
 (0)