diff options
author | Edoardo La Greca | 2025-08-20 19:07:41 +0200 |
---|---|---|
committer | Edoardo La Greca | 2025-08-20 19:07:41 +0200 |
commit | dfaf8ddc4e53b4732aa10b6da8b86c542ff1cd00 (patch) | |
tree | 6974fd3c2850b8ab6ba0632e8497a2944ef23c75 | |
parent | cc8d356a982578bd28fcc6b6b4ee1f311ae34603 (diff) |
put todo back in auth
-rw-r--r-- | lib/src/main/kotlin/Connection.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/src/main/kotlin/Connection.kt b/lib/src/main/kotlin/Connection.kt index 7f2e505..871f5be 100644 --- a/lib/src/main/kotlin/Connection.kt +++ b/lib/src/main/kotlin/Connection.kt @@ -101,6 +101,7 @@ class Connection(transLay: TransportLayer) : ProtocolTranslator { } override fun auth(afid: UInt, uname: String, aname: String) { + // TODO: Leave this unimplemented until p9any and TLS are implemented } override fun flush(oldtag: UShort) { |