diff options
author | Edoardo La Greca | 2025-09-02 21:23:48 +0200 |
---|---|---|
committer | Edoardo La Greca | 2025-09-02 21:23:48 +0200 |
commit | 8cf57c9ac359a4811b2b0aa5ebbc9c97817e0da1 (patch) | |
tree | 4a290959497e9871325c22f8e8e1a85e36901633 /lib/src/main/kotlin/Connection.kt | |
parent | b02a4671baa8dc837b5a16bc9d61f82e85da911c (diff) |
add documentation and missing parameter to auth
Diffstat (limited to 'lib/src/main/kotlin/Connection.kt')
-rw-r--r-- | lib/src/main/kotlin/Connection.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/src/main/kotlin/Connection.kt b/lib/src/main/kotlin/Connection.kt index 871f5be..5557215 100644 --- a/lib/src/main/kotlin/Connection.kt +++ b/lib/src/main/kotlin/Connection.kt @@ -100,7 +100,7 @@ class Connection(transLay: TransportLayer) : ProtocolTranslator { } } - override fun auth(afid: UInt, uname: String, aname: String) { + override fun auth(afid: UInt, uname: String, aname: String, auther: Authenticator) { // TODO: Leave this unimplemented until p9any and TLS are implemented } |