aboutsummaryrefslogtreecommitdiffstats
path: root/src/mysqlerl_connection_sup.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mysqlerl_connection_sup.erl')
-rw-r--r--src/mysqlerl_connection_sup.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mysqlerl_connection_sup.erl b/src/mysqlerl_connection_sup.erl
index fd805d3..30b9537 100644
--- a/src/mysqlerl_connection_sup.erl
+++ b/src/mysqlerl_connection_sup.erl
@@ -11,7 +11,7 @@ start_link() ->
supervisor:start_link({local, ?MODULE}, ?MODULE, []).
connect(Host, Port, Database, User, Password, Options) ->
- supervisor:start_child(?MODULE, [Host, Port, Database,
+ supervisor:start_child(?MODULE, [self(), Host, Port, Database,
User, Password, Options]).
random_child() ->