ada4d12 NSS: allow removing entries from netgroup hash table

3 files Authored by lslebodn 10 years ago, Committed by jhrozek 10 years ago,
    NSS: allow removing entries from netgroup hash table
    
    There is a timed desctructor in the nss responder that, when the
    entry timeout passes, removes the netgroup from the hash table while
    the netgroup is freed. This patch adds a hash delete callback so that if the
    netgroup is removed from the hash table with hash_delete, its hash table
    pointer will be invalidated. Later, when the entry is being freed, the
    destructor won't attempt to remove it from the hash table.
    
        
file modified
+3 -1