diff options
author | Clombrong <cromblong@egregore.fun> | 2025-08-15 00:21:36 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-08-15 00:21:36 +0200 |
commit | 137169b69587e843c525fd1099033f77a18c1290 (patch) | |
tree | faca2beddeea320c8884d5b766bd9adf040d3d99 /test/hello.ml | |
parent | 8d6b3cba4fa9538c42d3126aa02962b0cd7371ca (diff) |
Diffstat (limited to 'test/hello.ml')
-rw-r--r-- | test/hello.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hello.ml b/test/hello.ml index cd4f5bb..3504af4 100644 --- a/test/hello.ml +++ b/test/hello.ml @@ -22,7 +22,7 @@ let main = Lwt.wakeup wakener () | _ -> ()) state |> S.keep; - update (Connecting config.sasl.jid.domainpart); + connect { state; update } config.sasl.jid.domainpart; waiter with exn -> begin |