From 441e6050f4b67134d15862e401b4c4e8546d7387 Mon Sep 17 00:00:00 2001 From: Michal Zidek Date: Thu, 15 Aug 2013 16:08:17 +0200 Subject: mmap_cache: Use better checks for corrupted mc in responder We introduced new way to check integrity of memcache in the client code. We should use similiar checks in the responder. --- src/util/mmap_cache.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/util') diff --git a/src/util/mmap_cache.h b/src/util/mmap_cache.h index abf8cac49..7c6693ac8 100644 --- a/src/util/mmap_cache.h +++ b/src/util/mmap_cache.h @@ -113,8 +113,6 @@ struct sss_mc_rec { char data[0]; }; -/* FIXME: Function sss_mc_find_record currently relies on fact that - * offset of strs is the same in both sss_mc_pwd_data and sss_mc_grp_data. */ struct sss_mc_pwd_data { rel_ptr_t name; /* ptr to name string, rel. to struct base addr */ uint32_t uid; -- cgit