summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rwxr-xr-xinternal/protocol.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/protocol.go b/internal/protocol.go
index 48c653a5..3257c1d9 100755
--- a/internal/protocol.go
+++ b/internal/protocol.go
@@ -67,6 +67,7 @@ func FetchPID(rl relay.Relay) (int64, error) {
}
frameR := frame.NewFrame()
+
err = rl.Receive(frameR)
if !frameR.VerifyCRC() {
return 0, errors.E(op, errors.Str("CRC mismatch"))