Skip to content

Commit

Permalink
Bugfix in AX25 proto.
Browse files Browse the repository at this point in the history
  • Loading branch information
kape1395 committed Apr 30, 2014
1 parent 7566d9b commit 49236fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ls1mcs_proto_ax25.erl
Expand Up @@ -105,7 +105,7 @@ send({Hdrs, Data}, State = #state{local = Local, remote = Remote, mode = Mode})
data = Data
},
{ok, FrameBinary} = encode(Frame, Mode),
{ok, [ {Hdrs, D} || D <- FrameBinary ], State}.
{ok, [{Hdrs, FrameBinary}], State}.


%%
Expand Down

0 comments on commit 49236fe

Please sign in to comment.