Skip to content

Commit

Permalink
don't report connection reset on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Mauchle committed Jan 19, 2023
1 parent c787826 commit 6dc9d00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions radsecproxy.c
Original file line number Diff line number Diff line change
Expand Up @@ -1627,6 +1627,7 @@ void *clientwr(void *arg) {
}
}
server->state = RSP_SERVER_STATE_CONNECTED;
server->conreset = 0;

for (;;) {
pthread_mutex_lock(&server->newrq_mutex);
Expand Down

0 comments on commit 6dc9d00

Please sign in to comment.