Skip to content

Commit

Permalink
macOS build fix for FlyingFox
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoward committed Apr 25, 2024
1 parent abdd202 commit 5d5fc5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public final class Ocp1FlyingSocksDeviceEndpoint: OcaDeviceEndpointPrivate,
throw SocketError.disconnected
}

static func defaultPool(logger: Logging? = nil) -> AsyncSocketPool {
static func defaultPool(logger: Logging = .disabled) -> AsyncSocketPool {
#if canImport(Darwin)
return .kQueue(logger: logger)
#elseif canImport(CSystemLinux)
Expand Down

0 comments on commit 5d5fc5e

Please sign in to comment.