Skip to content

Commit

Permalink
Quiet GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Nov 2, 2014
1 parent 463e5c4 commit 467bdf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rlm_expr/rlm_expr.c
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ static ssize_t escape_xlat(void *instance, UNUSED REQUEST *request,

while (p[0]) {
int chr_len = 1;
int ret;
int ret = 1; /* -Werror=uninitialized */

if (fr_utf8_strchr(&chr_len, inst->allowed_chars, p) == NULL) {
/*
Expand Down

0 comments on commit 467bdf7

Please sign in to comment.