rpc/lock: Make sure to capitalize for proper marshalling. (#3544)

Distributed setup stopped working for certain
types of operations `6d10f4c19af6861e4de1b22ac20a3e5136f69d67`

This is a regression.

Fixes #3543
This commit is contained in:
Harshavardhana
2017-01-08 20:37:53 -08:00
committed by GitHub
parent a091fe3ed6
commit e1142e99f2
3 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -350,7 +350,7 @@ func TestLockRpcServerForceUnlock(t *testing.T) {
}
// Then test force unlock of a lock that does not exist (not returning an error)
laForce.dsyncLockArgs.UID = ""
laForce.LockArgs.UID = ""
laForce.SetRequestTime(time.Now().UTC())
err = locker.ForceUnlock(&laForce, &result)
if err != nil {