25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-09-29 14:37:44 +02:00

Fix dialyzer types

This commit is contained in:
Evgeniy Khramtsov 2012-09-18 23:30:28 +10:00
parent cfe396e155
commit 0d4b0b4218

View File

@ -129,7 +129,7 @@
host :: binary(),
port = 389 :: inet:port_number(),
sockmod = gen_tcp :: ssl | gen_tcp,
tls = none :: none | tls,
tls = none :: none | tls | starttls,
tls_options = [] :: [{cacertfile, string()} |
{depth, non_neg_integer()} |
{verify, non_neg_integer()}],