summaryrefslogtreecommitdiff
path: root/p11p-daemon/src
diff options
context:
space:
mode:
authorLinus Nordberg <linus@sunet.se>2019-07-01 10:38:13 +0200
committerLinus Nordberg <linus@sunet.se>2019-07-01 10:38:13 +0200
commitf8f1726e169e42cbea711da6c9ab2d1fba31c6e2 (patch)
tree9d5eaf4a5b09f009348bcd35333effad47c5c2fd /p11p-daemon/src
parent188a93dbdd726e41de00bdc6d02981de34250587 (diff)
comment
Diffstat (limited to 'p11p-daemon/src')
-rw-r--r--p11p-daemon/src/p11p_server.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/p11p-daemon/src/p11p_server.erl b/p11p-daemon/src/p11p_server.erl
index 52e5a4c..a6e08a9 100644
--- a/p11p-daemon/src/p11p_server.erl
+++ b/p11p-daemon/src/p11p_server.erl
@@ -58,7 +58,7 @@ handle_call(Call, _From, State) ->
{reply, unhandled, State}.
handle_cast(accept, State = #state{tokname = TokName, sockpath = SocketPath, socket = ListenSocket}) ->
- %% Blocking until client connects or timeout fires -- without a
+ %% Blocking until client connects or timeout fires. Without a
%% timeout our supervisor cannot terminate us.
case gen_tcp:accept(ListenSocket, 900) of
{ok, Sock} ->