diff options
| author | Linus Nordberg <linus@sunet.se> | 2019-06-20 10:25:37 +0200 |
|---|---|---|
| committer | Linus Nordberg <linus@sunet.se> | 2019-06-20 10:25:37 +0200 |
| commit | b7d1ba772461ed5d11c5aeaacec9034ad0f025a1 (patch) | |
| tree | 0c8eee61a82b013c09f31147e13b09a985910379 /p11p-daemon/src/p11p_sup.erl | |
| parent | b2227029785d81f6b650e931c57d68692ac2c4ec (diff) | |
server side accepting connections, reading from socket
Diffstat (limited to 'p11p-daemon/src/p11p_sup.erl')
| -rw-r--r-- | p11p-daemon/src/p11p_sup.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p11p-daemon/src/p11p_sup.erl b/p11p-daemon/src/p11p_sup.erl index 76c7551..9ea5ae6 100644 --- a/p11p-daemon/src/p11p_sup.erl +++ b/p11p-daemon/src/p11p_sup.erl @@ -21,5 +21,5 @@ start_link() -> init([]) -> {ok, {{one_for_all, 10, 10}, [ ?CHILD(p11p_config, worker), - ?CHILD(p11p_listener, worker) + ?CHILD(p11p_server_sup, supervisor) ]}}. |
