mreynolds / 389-ds-base

Forked from 389-ds-base 6 years ago
Clone

bd148df Bug 687974 - (cov#10715) Fix Coverity uninitialized variables issues

Authored and Committed by nkinder 13 years ago
    Bug 687974 - (cov#10715) Fix Coverity uninitialized variables issues
    
    The ldif2ldbm code can return an uninitialized integer if it runs
    into a problem starting the dblayer to get the next USN.  This block
    of code should use the ret variable to capture the result of starting
    the dblayer to ensure it is set before it gets returned.