abbra / slapi-nis

Forked from slapi-nis 6 years ago
Clone

c3d2057 covscan: use pclose instead of fclose

Authored and Committed by abbra 4 years ago
    covscan: use pclose instead of fclose
    
    FILE references opened with popen() is better to close with pclose(),
    not fclose().
    
        
file modified
+1 -1