]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add missing cf_pair_operator to cache_verify 166/head
authorOlivier Beytrison <olivier@heliosnet.org>
Mon, 14 Jan 2013 10:48:31 +0000 (11:48 +0100)
committerOlivier Beytrison <olivier@heliosnet.org>
Mon, 14 Jan 2013 10:48:31 +0000 (11:48 +0100)
src/modules/rlm_cache/rlm_cache.c

index db23766214cfee20e61b9eb014a1ffc3af9066fc..4c3f6e5b389d6c6f3dff8cab1dfd2a7abf06fff1 100644 (file)
@@ -378,6 +378,7 @@ static int cache_verify(rlm_cache_t *inst)
 
                cp = cf_itemtopair(ci);
                attr = p = cf_pair_attr(cp);
+               op = cf_pair_operator(cp);
                
                list = radius_list_name(&p, PAIR_LIST_REQUEST);