Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Shouldn't be hibernating here.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Jan 9, 2014
1 parent 5b54181 commit ce16ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logplex_tcpsyslog_drain.erl
Expand Up @@ -225,7 +225,7 @@ sending({inet_reply, Sock, {error, Reason}}, S = #state{sock = Sock}) ->
sending({timeout, _, ?IDLE_TIMEOUT_MSG}, State) ->
case close_if_idle(State) of
{closed, ClosedState} ->
{next_state, disconnecting, ClosedState, hibernate};
{next_state, disconnecting, ClosedState};
{_, ContinueState} ->
{next_state, sending, ContinueState}
end;
Expand Down

0 comments on commit ce16ae4

Please sign in to comment.