Skip to content

Commit

Permalink
trunk: Signalling a draining connection as inactive should move it to…
Browse files Browse the repository at this point in the history
… inactive-draining
  • Loading branch information
arr2036 committed Mar 25, 2020
1 parent 291e888 commit 8828b94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/server/trunk.c
Expand Up @@ -3130,6 +3130,10 @@ void fr_trunk_connection_signal_inactive(fr_trunk_connection_t *tconn)
trunk_connection_enter_inactive(tconn);
break;

case FR_TRUNK_CONN_DRAINING:
trunk_connection_enter_inactive_draining(tconn);
break;

default:
return;
}
Expand Down

0 comments on commit 8828b94

Please sign in to comment.