975d0b6 SYSDB: Fix uninitialized scalar variable

Authored and Committed by lslebodn 7 years ago
    SYSDB: Fix uninitialized scalar variable
    
    The boolean variable newly_created could be used uninitialized
    in done section in case of failure. The variable was firstly initialized
    to true after succesfull execution of function sysdb_cache_create_empty.
    
    Uninitialized variable usually means true for boolean variable.
    
    Reviewed-by: Fabiano FidĂȘncio <fidencio@redhat.com>
    
        
file modified
+1 -1