summaryrefslogtreecommitdiff
path: root/src/rose.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rose.erl')
-rw-r--r--src/rose.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rose.erl b/src/rose.erl
index 441fa05..ba6d566 100644
--- a/src/rose.erl
+++ b/src/rose.erl
@@ -33,7 +33,7 @@ dispatch({invoke, #'Invoke'{invokeId = Id, opcode = Op, argument = Data}}) ->
ok;
?STATUS ->
io:format("Status: ~p~n", [status:value(Data)]),
- return(Id, Op, status:encode());
+ tda:send(return(Id, Op, status:encode()));
_ ->
error
end;