Fix close listener

This commit is contained in:
世界
2024-11-15 16:59:52 +08:00
parent fe610db7ab
commit 8e4327c6cb
7 changed files with 7 additions and 7 deletions

View File

@@ -73,7 +73,7 @@ func (h *Inbound) Start() error {
func (h *Inbound) Close() error {
return common.Close(
&h.listener,
h.listener,
h.tlsConfig,
)
}