From 1a4e7a86185021f1f1eb50b3fde5043570da3f94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 9 Sep 2013 16:46:21 +0200 Subject: Fix the list of registered processes in the examples --- examples/ssl_hello_world/src/ssl_hello_world.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/ssl_hello_world') diff --git a/examples/ssl_hello_world/src/ssl_hello_world.app.src b/examples/ssl_hello_world/src/ssl_hello_world.app.src index d628b68..30faecb 100644 --- a/examples/ssl_hello_world/src/ssl_hello_world.app.src +++ b/examples/ssl_hello_world/src/ssl_hello_world.app.src @@ -4,7 +4,7 @@ {description, "Cowboy Hello World example with SSL."}, {vsn, "1"}, {modules, []}, - {registered, []}, + {registered, [ssl_hello_world_sup]}, {applications, [ kernel, stdlib, -- cgit v1.2.3