diff options
author | Nathan Kinder <nkinder@redhat.com> | 2010-09-08 10:33:23 -0700 |
---|---|---|
committer | Nathan Kinder <nkinder@redhat.com> | 2010-09-08 10:40:15 -0700 |
commit | 3835f3ccd452c8d8af26f54ac04433f9f581a2ff (patch) | |
tree | 9ed1f4142c534183dd9f12d83fb8b84b79498930 /wrappers/cl-dump.in | |
parent | a333e683d6b15eafb5a098e581eb7a281b15137c (diff) | |
download | ds-3835f3ccd452c8d8af26f54ac04433f9f581a2ff.tar.gz ds-3835f3ccd452c8d8af26f54ac04433f9f581a2ff.tar.xz ds-3835f3ccd452c8d8af26f54ac04433f9f581a2ff.zip |
Bug 630096 - (cov#15448) Check return value of cache_replace()
We need to check the return value of cache_replace() in
id2entry_add_ext(). The only possible error that can be returned
is when the entry we are trying to replace is not found in the
cache. This should not occur since we are told that the entry
already exists by CACHE_ADD() just prior to this call. If we run
into this situation, we will just log an error without adding the
entry to the cache. This shouldn't be a big deal since the entry
will get added to the cache next time it is accessed.
Diffstat (limited to 'wrappers/cl-dump.in')
0 files changed, 0 insertions, 0 deletions