pemensik / bind-dyndb-ldap

Forked from bind-dyndb-ldap 6 years ago
Clone

71f2194 bind-9.16: isc_event_allocate cannot fail gracefully now

Authored and Committed by slev 3 years ago
    bind-9.16: isc_event_allocate cannot fail gracefully now
    
    isc_event_allocate internally uses isc_mem_get which cannot
    return NULL. So NULL-check is redundant.
    
    sync_barrierev_create and sync_finishev_create are always
    successful(except fatals which abort).
    
    https://gitlab.isc.org/isc-projects/bind9/-/commit/50e109d659
    
        
file modified
+0 -7
file modified
+0 -2
file modified
+11 -19