fd2ff8f SYSDB: sysdb_search_entry fix memory leak

2 files Authored by preichl 8 years ago, Committed by lslebodn 8 years ago,
    SYSDB: sysdb_search_entry fix memory leak
    
    Allocate res on tmp_ctx instead of on mem_ctx.
    Also use '_' prefix convention for output parameters.
    
    Reviewed-by: Stephen Gallagher <sgallagh@redhat.com>
    (cherry picked from commit 09579ae252c181c7884defc0612c36108f6cf509)
    
        
file modified
+2 -2
file modified
+20 -9