fix(authn): fix bad type

This commit is contained in:
zhouzb 2021-09-10 16:58:10 +08:00
parent 5cea9a4edc
commit b07e686350
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ do_start_listener(quic, ListenerName, #{bind := ListenOn} = Opts) ->
end. end.
delete_authentication(Type, ListenerName, _Conf) -> delete_authentication(Type, ListenerName, _Conf) ->
emqx_authentication:delete_chain(atom_to_binary(listener_id(Type, ListenerName))). emqx_authentication:delete_chain(listener_id(Type, ListenerName)).
%% Update the listeners at runtime %% Update the listeners at runtime
post_config_update(_Req, NewListeners, OldListeners, _AppEnvs) -> post_config_update(_Req, NewListeners, OldListeners, _AppEnvs) ->