From 4d75e50d73606fe3efd73ed1dcc9ac35260798b8 Mon Sep 17 00:00:00 2001 From: Jim Date: Tue, 15 Sep 2020 12:31:53 -0400 Subject: [PATCH] Update internal/session/repository_connection.go Co-authored-by: Jeff Mitchell --- internal/session/repository_connection.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/session/repository_connection.go b/internal/session/repository_connection.go index b76a82fb5b..638cbe1a7d 100644 --- a/internal/session/repository_connection.go +++ b/internal/session/repository_connection.go @@ -139,7 +139,7 @@ func (r *Repository) DeleteConnection(ctx context.Context, publicId string, opt db.StdRetryCnt, db.ExpBackoff{}, func(_ db.Reader, w db.Writer) error { - deleteSession := connection.Clone() + deleteConnection := connection.Clone() var err error rowsDeleted, err = w.Delete( ctx,