Skip to content
Snippets Groups Projects
Commit 614b6abc authored by Richard Mudgett's avatar Richard Mudgett
Browse files

stasis_cache: Use the right variable in the cache entry ao2 cmp function.

........

Merged revisions 410813 from http://svn.asterisk.org/svn/asterisk/branches/12


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@410814 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent cc40bf53
Branches
Tags
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment