Skip to content

Commit

Permalink
If the tags are equal, go check the values
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Apr 15, 2014
1 parent f24680d commit 6d73d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/valuepair.c
Expand Up @@ -147,7 +147,7 @@ int radius_compare_vps(REQUEST *request, VALUE_PAIR *check, VALUE_PAIR *vp)
*/
if (check->da->flags.has_tag) {
ret = ((int) vp->tag) - ((int) check->tag);
goto finish;
if (ret != 0) goto finish;
}

/*
Expand Down

0 comments on commit 6d73d03

Please sign in to comment.