summaryrefslogtreecommitdiffstats
path: root/src/util/mmap_cache.h
diff options
context:
space:
mode:
authorMichal Zidek <mzidek@redhat.com>2013-08-15 16:08:17 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-08-19 20:57:00 +0200
commitc49ddf7fee3c01e8a7d485b5fc06edf499df33cb (patch)
tree8ec3ec95d597d5d5a5aae1ece9194823abd1aedd /src/util/mmap_cache.h
parentc58c458dc919104958454f33e6887791e5965a33 (diff)
downloadsssd-c49ddf7fee3c01e8a7d485b5fc06edf499df33cb.tar.gz
sssd-c49ddf7fee3c01e8a7d485b5fc06edf499df33cb.tar.xz
sssd-c49ddf7fee3c01e8a7d485b5fc06edf499df33cb.zip
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.
Diffstat (limited to 'src/util/mmap_cache.h')
-rw-r--r--src/util/mmap_cache.h2
1 files changed, 0 insertions, 2 deletions
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;