abbra / slapi-nis

Forked from slapi-nis 6 years ago
Clone

5722277 Remove a possible memmove() of 0 bytes

Authored and Committed by Nalin Dahyabhai 10 years ago
    Remove a possible memmove() of 0 bytes
    
    Don't bother memmove()ing a 0-byte chunk of data.  Found by static
    analysis.
    
        
file modified
+6 -4