aboutsummaryrefslogtreecommitdiff
path: root/xA
diff options
context:
space:
mode:
Diffstat (limited to 'xA')
-rw-r--r--xA/xA.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/xA/xA.go b/xA/xA.go
index 707a280..118394f 100644
--- a/xA/xA.go
+++ b/xA/xA.go
@@ -339,6 +339,8 @@ func relaySend(data RelayCommandData, callback callback) bool {
}
if callback != nil {
commandCallbacks[m.CommandSeq] = callback
+ } else {
+ // TODO(p)
}
commandSeq++