From 7b320119ba532fd409ec7dade7ad02011c309599 Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Wed, 18 Oct 2017 13:15:14 +0100 Subject: Update dependencies --- client/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/client.go') diff --git a/client/client.go b/client/client.go index 31b6cb7..43420e5 100644 --- a/client/client.go +++ b/client/client.go @@ -182,7 +182,7 @@ func RPCSign(pub ssh.PublicKey, token string, message string, conf *Config) (*ss "security": "authorization", "payload": token, }) - r, err := stub.Sign(metadata.NewContext(context.TODO(), md), req) + r, err := stub.Sign(metadata.NewOutgoingContext(context.TODO(), md), req) if err != nil { return nil, err } -- cgit v1.2.3