]> granicus.if.org Git - php/commitdiff
FIX BUG #65219 - Typo correction
authorStanley Sufficool <ssufficool@php.net>
Sun, 6 Oct 2013 04:00:47 +0000 (21:00 -0700)
committerStanley Sufficool <ssufficool@php.net>
Sun, 6 Oct 2013 04:00:47 +0000 (21:00 -0700)
ext/pdo_dblib/dblib_driver.c

index 13444b89c3db60c8abd73fec89e393d149ff5fc6..daf5494d5839fbebcfaafca7e2312a64fda12d3d 100644 (file)
@@ -369,7 +369,7 @@ static int pdo_dblib_handle_factory(pdo_dbh_t *dbh, zval *driver_options TSRMLS_
  */
 #ifndef DBSETLDBNAME
        if (vars[3].optval) {
-               if(FAIL == dbuse(H->link, vars[3].optval)) goto gleanup;
+               if(FAIL == dbuse(H->link, vars[3].optval)) goto cleanup;
        }
 #endif