Skip to content

Commit

Permalink
it's ssize_t
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Oct 12, 2018
1 parent 045bea9 commit 655c1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocols/radius/decode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@ ssize_t fr_radius_decode_pair_value(TALLOC_CTX *ctx, fr_cursor_t *cursor, fr_dic
* here.
*/
if (child && ((size_t) rcode < attr_len)) {
size_t tlv_len;
ssize_t tlv_len;

/*
* Try to decode the TLVs
Expand Down

0 comments on commit 655c1f7

Please sign in to comment.