Changeset 268


Ignore:
Timestamp:
Jul 4, 2007 2:37:41 AM (17 years ago)
Author:
quinn
Message:

Fixed uninitialized variable error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/MCVE.inc.php

    r201 r268  
    4747
    4848        // Initialize SSL structures and definitions.
    49         MCVE_InitEngine($ca_bundle_file);
     49        MCVE_InitEngine($this->ca_bundle_file);
    5050
    5151        // Allocate Connection Structures
Note: See TracChangeset for help on using the changeset viewer.