Skip to content

Commit

Permalink
clear out older error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed May 18, 2020
1 parent c1e2444 commit 317f4a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/server/virtual_servers.c
Expand Up @@ -716,6 +716,7 @@ int virtual_servers_open(fr_schedule_t *sc)
fr_assert(virtual_servers);

DEBUG2("#### Opening listener interfaces ####");
(void) fr_strerror();

for (i = 0; i < server_cnt; i++) {
fr_virtual_listen_t **listener;
Expand Down

0 comments on commit 317f4a1

Please sign in to comment.