|
@@ -10,6 +10,7 @@
|
|
%% ===================================================================
|
|
%% ===================================================================
|
|
|
|
|
|
start(_StartType, _StartArgs) ->
|
|
start(_StartType, _StartArgs) ->
|
|
|
|
+ application:start(crypto),
|
|
case pooler_sup:start_link() of
|
|
case pooler_sup:start_link() of
|
|
{ok, Pid} -> {ok, Pid};
|
|
{ok, Pid} -> {ok, Pid};
|
|
Other -> {error, Other}
|
|
Other -> {error, Other}
|