]> granicus.if.org Git - php/commitdiff
merge in change from php3
authorSascha Schumann <sas@php.net>
Wed, 21 Jul 1999 15:39:28 +0000 (15:39 +0000)
committerSascha Schumann <sas@php.net>
Wed, 21 Jul 1999 15:39:28 +0000 (15:39 +0000)
ext/dba/dba.c

index 25dc7a56b6f9d6710561d715b351dc63d3945f5a..7024673d216f045e51d9ae42821ab357ee8829ef 100644 (file)
@@ -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);