summaryrefslogtreecommitdiff
path: root/pkg/server/hook/auth.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/server/hook/auth.go')
-rw-r--r--pkg/server/hook/auth.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/server/hook/auth.go b/pkg/server/hook/auth.go
index 8d7d23e..11068e5 100644
--- a/pkg/server/hook/auth.go
+++ b/pkg/server/hook/auth.go
@@ -122,7 +122,7 @@ func (a *auth) Recv(rq, wq queue.Q) (err error) {
return queue.IoCopy(r, wq.Writer())
}
-func (h authHook) Open(env env.Env) (interface{}, error) {
+func (authHook) Open(env env.Env) (interface{}, error) {
a := &auth{
secret: getHookVar(env, "secret"),
recvChallenge: make(chan struct{}),