summaryrefslogtreecommitdiff
path: root/src/response_table.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/response_table.lua')
-rw-r--r--src/response_table.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/response_table.lua b/src/response_table.lua
index 42fb05b..f178d9c 100644
--- a/src/response_table.lua
+++ b/src/response_table.lua
@@ -53,7 +53,7 @@ function response_table:dispatch(response_buffer)
if match then
log.printf(log.DEBUG, "got expected response ('%s'), command completed", match)
-- TODO: send expected response to original requestor
- command_queue:command_completed()
+ command_queue:command_completed(match)
init = init + string.len(match)
end
end