6d29263 mmap_cache: Invalidate entry in right memory cache

1 file Authored by lslebodn 8 years ago, Committed by jhrozek 8 years ago,
    mmap_cache: Invalidate entry in right memory cache
    
    If group was not found in nss_cmd_getgrnam_search
    then we tied to invalidate entry in memory cache.
    But function delete_entry_from_memory cache only invalidated
    in passwd memory cache.
    
    Reviewed-by: Michal Židek <mzidek@redhat.com>