chengxilo commented on code in PR #2973:
URL: https://github.com/apache/iggy/pull/2973#discussion_r2962181979


##########
foreign/go/contracts/users.go:
##########
@@ -99,7 +99,7 @@ func (p *Permissions) MarshalBinary() ([]byte, error) {
                        }
                }
        } else {
-               bytes[0] = byte(0)
+               bytes[position] = byte(0)

Review Comment:
   You can solve this in the new PR too (sorry I thought it was a minor problem 
in the scope of this pr)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to