Skip to content

xrootd/internal/mux: allow to Close already Closed Mux

Created by: EgorMatirov

Make the following code do not fail:

mux.Close()
mux.Close()

Merge request reports

Loading