Skip to content

Commit

Permalink
Quiet compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Dec 6, 2014
1 parent 21d541e commit 8058c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/evaluate.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ static bool all_digits(char const *string)
ssize_t radius_expand_tmpl(value_data_t *vd, REQUEST *request, value_pair_tmpl_t const *vpt)
{
VALUE_PAIR *vp;
ssize_t slen;
ssize_t slen = -1; /* quiet compiler */
char *out = NULL;

rad_assert(vpt->type != TMPL_TYPE_LIST);
Expand Down

0 comments on commit 8058c8c

Please sign in to comment.