Skip to content

Commit

Permalink
KAZOO-3407 startup fix
Browse files Browse the repository at this point in the history
set_startup should only be called from main supervisor
(cherry picked from commit 5b17950)
  • Loading branch information
lazedo committed Mar 12, 2015
1 parent be275ec commit 72b8d50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion applications/doodle/src/doodle_inbound_listener_sup.erl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ start_link() ->
%%--------------------------------------------------------------------
-spec init([]) -> sup_init_ret().
init([]) ->
wh_util:set_startup(),
RestartStrategy = 'simple_one_for_one',
MaxRestarts = 5,
MaxSecondsBetweenRestarts = 10,
Expand Down

0 comments on commit 72b8d50

Please sign in to comment.