mirror of
https://github.com/lukaszraczylo/kportal.git
synced 2026-07-11 07:22:15 +00:00
@@ -356,6 +356,6 @@ func CheckPortAvailability(port int) (bool, string, error) {
|
||||
}
|
||||
|
||||
// Port is available, close the listener
|
||||
listener.Close()
|
||||
_ = listener.Close()
|
||||
return true, "", nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user