summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tda.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tda.erl b/tda.erl
index 692e017..fc2367e 100644
--- a/tda.erl
+++ b/tda.erl
@@ -21,7 +21,7 @@ associate_request() ->
acse:encode('ACSE-apdu', {aarq, Pdu}).
start_client() ->
- register(cl, spawn(?MODULE, client, [?HOST])).
+ register(tda_client, spawn(?MODULE, client, [?HOST])).
client(Host) ->
case gen_tcp:connect(Host, 33333, [binary, {active, true}, {packet, 2}],