aboutsummaryrefslogtreecommitdiff
path: root/src/mod_applepush_service.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mod_applepush_service.erl')
-rw-r--r--src/mod_applepush_service.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_applepush_service.erl b/src/mod_applepush_service.erl
index 86ec564a3..437b6f552 100644
--- a/src/mod_applepush_service.erl
+++ b/src/mod_applepush_service.erl
@@ -22,6 +22,7 @@
-include("ejabberd.hrl").
+-include("logger.hrl").
-include("jlib.hrl").
-include_lib("kernel/include/file.hrl").
@@ -65,7 +66,6 @@ start_link(Host, Opts) ->
gen_server:start_link({local, Proc}, ?MODULE, [Host, Opts], []).
start(Host, Opts) ->
- ssl:start(),
MyHosts = case catch gen_mod:get_opt(
hosts, Opts,
fun(L) when is_list(L) ->