Skip to content

Commit

Permalink
Update LinuxTransportTransmission.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoSax committed Sep 1, 2021
1 parent 91fc6dc commit 348641c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ struct TransportToTransmissionConnection: TransmissionLinux.Connection
}

public func identifier() -> Int {
return Int(self.socket.socketfd)
return 0
}
}

Expand Down

0 comments on commit 348641c

Please sign in to comment.