diff options
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 e55b44a..212d7f2 100644 --- a/test/hello.ml +++ b/test/hello.ml @@ -18,7 +18,7 @@ let main = preferred_mechanisms = [Sasl.PLAIN] } in let domain = (List.nth (String.split_on_char '@' config.jid) 1) in - let* portal, features = Stream.initiate domain in + let* portal, features = Stream.initiate domain config in Lwt.catch (fun () -> program portal config features >|= (fun () -> portal.push None)) (fun exn -> |