summaryrefslogtreecommitdiff
path: root/ext/dba/dba.c
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-07-21 15:39:28 +0000
committerSascha Schumann <sas@php.net>1999-07-21 15:39:28 +0000
commitf78caff762ad747b43dc54379ecc84c00c63076c (patch)
treec9a7810fe84f055be6ff6b475a8d21e38cfee04a /ext/dba/dba.c
parentb33d0fd7e7365d3247a769a1f046593fd94673ea (diff)
downloadphp-git-f78caff762ad747b43dc54379ecc84c00c63076c.tar.gz
merge in change from php3
Diffstat (limited to 'ext/dba/dba.c')
-rw-r--r--ext/dba/dba.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dba/dba.c b/ext/dba/dba.c
index 25dc7a56b6..7024673d21 100644
--- a/ext/dba/dba.c
+++ b/ext/dba/dba.c
@@ -308,6 +308,7 @@ static void _php3_dba_open(INTERNAL_FUNCTION_PARAMETERS, int persistent)
info->mode = modenr;
info->argc = ac - 3;
info->argv = args + 3;
+ info->hnd = NULL;
if(hptr->open(info) != SUCCESS) {
dba_close(info);