fix child specification in tcap_sup

This commit is contained in:
Harald Welte 2011-04-22 12:19:25 +02:00
parent f512ff7caa
commit 15b36af2a6
1 changed files with 1 additions and 1 deletions

View File

@ -64,4 +64,4 @@ init(_StartArgs) ->
StartMod = tcap_sap_sup,
StartFunc = {supervisor, start_link, [StartMod]},
ChildSpec = {sap_sup, StartFunc, permanent, infinity, supervisor, [StartMod]},
{ok,{{simple_one_for_one, 10, 60}, ChildSpec}}.
{ok,{{simple_one_for_one, 10, 60}, [ChildSpec]}}.