mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
stasis_cache: Use the right variable in the cache entry ao2 cmp function.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@410813 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -236,7 +236,7 @@ static int cache_entry_cmp(void *obj, void *arg, int flags)
|
||||
{
|
||||
const struct stasis_cache_entry *object_left = obj;
|
||||
const struct stasis_cache_entry *object_right = arg;
|
||||
const struct cache_entry_key *right_key = obj;
|
||||
const struct cache_entry_key *right_key = arg;
|
||||
int cmp;
|
||||
|
||||
switch (flags & OBJ_SEARCH_MASK) {
|
||||
|
Reference in New Issue
Block a user