abbra / bind-dyndb-ldap

Forked from bind-dyndb-ldap 5 years ago
Clone

c933afe Fix missing varargs cleanup

Authored and Committed by sgallagh 13 years ago
1 file changed. 2 lines added. 2 lines removed.
    Fix missing varargs cleanup
    
    The CHECK() macro may cause execution to skip down to the cleanup
    tag. If this happens, it would mean that we never called va_end()
    on "backup".
    
    This patch reorganizes the code slightly to ensure that va_end()
    is always called.
    
        
file modified
+2 -2