3ee1808 Bug 750625 - Fix Coverity (11117) Uninitialized pointer read

Authored and Committed by Noriko Hosoi 12 years ago
    Bug 750625 - Fix Coverity (11117) Uninitialized pointer read
    
    https://bugzilla.redhat.com/show_bug.cgi?id=750625
    
    slapd/tools/ldclt/ldapfct.c (getPending)
    
    Bug Description: Using uninitialized value "verb" when calling
    "printf".
    
    Fix Description: If the mode is not the supported operations,
    getPending immediately return instead of going forward.