From 25fcef3fde05bcc80b26179e15258c2e891d5d8a Mon Sep 17 00:00:00 2001 From: Martin Buhr <martin@tyk.io> Date: Tue, 14 Apr 2015 12:28:52 -0400 Subject: [PATCH] Fixed osin --- oauth_manager.go | 1 - 1 file changed, 1 deletion(-) diff --git a/oauth_manager.go b/oauth_manager.go index cc7a93716cf..47ade08a140 100644 --- a/oauth_manager.go +++ b/oauth_manager.go @@ -443,7 +443,6 @@ func (r RedisOsinStorageInterface) SetClient(id string, client osin.Client, igno } key := CLIENT_PREFIX + id - key =id if ignorePrefix { key = id