Skip to content

Commit

Permalink
Clear the error buffer after loading dictionaries
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed May 7, 2014
1 parent 1f2214f commit 5d6c4e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/radclient.c
Original file line number Diff line number Diff line change
Expand Up @@ -1180,6 +1180,7 @@ int main(int argc, char **argv)
fr_perror("radclient");
return 1;
}
fr_strerror(); /* Clear the error buffer */

/*
* Resolve hostname.
Expand Down

0 comments on commit 5d6c4e8

Please sign in to comment.