abbra / slapi-nis

Forked from slapi-nis 6 years ago
Clone

c44f9ca Cast callbacks passed to xdrrec_create to a right type

Authored and Committed by abbra 4 years ago
    Cast callbacks passed to xdrrec_create to a right type
    
    With newer compilers there are stricter checks on callback type
    validation. As result, we need to cast the callback signatures even
    though it makes no practical difference in our test case.
    
        
file modified
+4 -2