Skip to content

Commit

Permalink
- Clearing cursor-name when closing it.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Westermann committed Nov 14, 2007
1 parent 32eece4 commit 9864e08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/pdo_firebird/firebird_statement.c
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,7 @@ static int firebird_stmt_cursor_closer(pdo_stmt_t *stmt TSRMLS_DC) /* {{{ */
RECORD_ERROR(stmt);
return 0;
}
*S->name = 0;
return 1;
}
/* }}} */
Expand Down

0 comments on commit 9864e08

Please sign in to comment.