Skip to content

Commit

Permalink
CID 1187989
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Mar 21, 2014
1 parent 56642d5 commit 78466c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/valuepair.c
Expand Up @@ -2127,7 +2127,7 @@ VALUE_PAIR *readvp2(TALLOC_CTX *ctx, FILE *fp, bool *pfiledone, char const *errp
if (!vp) {
if (last_token != T_EOL) {
fr_perror("%s", errprefix);
error = false;
error = true;
break;
}
break;
Expand Down

0 comments on commit 78466c4

Please sign in to comment.