Skip to content

Commit

Permalink
fix(server): syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sntran authored Feb 18, 2024
1 parent 20d5f84 commit 949464e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gen_nntp.erl
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ handle_command(<<"HELP">>, Client) ->
% MUST acknowledge the QUIT command and then close the connection to
% the client.
handle_command(<<"QUIT">>, Client) ->
#client{module = Module, state = State} = Client
#client{module = Module, state = State} = Client,
Client1 = case erlang:function_exported(Module, handle_QUIT, 1) of
false ->
Client;
Expand Down

0 comments on commit 949464e

Please sign in to comment.