summaryrefslogtreecommitdiff
path: root/p11p-daemon/src/p11p_rpc.erl
diff options
context:
space:
mode:
authorLinus Nordberg <linus@sunet.se>2019-06-28 16:18:41 +0200
committerLinus Nordberg <linus@sunet.se>2019-06-28 16:18:41 +0200
commitdb9fa57d1c8858661e85e3ce40cf94de4931e4f9 (patch)
tree95add51271312640952a6972073b628679687b1d /p11p-daemon/src/p11p_rpc.erl
parentf829ef06f81d5a8642ebaff7b6bb01c1483a86a7 (diff)
don't send that version octet by itself
Instead, add it to new remote outbuf.
Diffstat (limited to 'p11p-daemon/src/p11p_rpc.erl')
-rw-r--r--p11p-daemon/src/p11p_rpc.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/p11p-daemon/src/p11p_rpc.erl b/p11p-daemon/src/p11p_rpc.erl
index 8292ccf..897bb00 100644
--- a/p11p-daemon/src/p11p_rpc.erl
+++ b/p11p-daemon/src/p11p_rpc.erl
@@ -4,7 +4,7 @@
-export([parse/2, new/0, new/1, serialise/1]).
--include("p11p-rpc.hrl").
+-include("p11p_rpc.hrl").
parse(M) ->
parse(M, <<>>).