Commit:    fa40290fb76370c923e8f048daf1af144ff87604
Author:    Stanley Sufficool <ssuffic...@php.net>         Sat, 5 Oct 2013 
21:00:47 -0700
Parents:   5ce23f39d51b1fc53a731d9fd7d419714d3de9fb
Branches:  PHP-5.5

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=fa40290fb76370c923e8f048daf1af144ff87604

Log:
FIX BUG #65219 - Typo correction

Bugs:
https://bugs.php.net/65219

Changed paths:
  M  ext/pdo_dblib/dblib_driver.c


Diff:
diff --git a/ext/pdo_dblib/dblib_driver.c b/ext/pdo_dblib/dblib_driver.c
index 13444b8..daf5494 100644
--- a/ext/pdo_dblib/dblib_driver.c
+++ b/ext/pdo_dblib/dblib_driver.c
@@ -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


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to