Skip to content

Commit 7807319

Browse files
committed
Fix typo
1 parent a7b00f8 commit 7807319

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
@@ -532,7 +532,7 @@ static int pdo_dblib_handle_factory(pdo_dbh_t *dbh, zval *driver_options)
532532
}
533533

534534
if (!dbh->password && vars[7].optval) {
535-
dbh->password = pestrdrup(vars[7].optval, dbh->is_persistent);
535+
dbh->password = pestrdup(vars[7].optval, dbh->is_persistent);
536536
}
537537

538538
if (dbh->password) {

0 commit comments

Comments
 (0)